Module Statement.DeclareExportDeclaration
type ('M, 'T) declaration =
| Variable of 'M * ('M, 'T) DeclareVariable.t
| Function of 'M * ('M, 'T) DeclareFunction.t
| Class of 'M * ('M, 'T) DeclareClass.t
| Component of 'M * ('M, 'T) DeclareComponent.t
| DefaultType of ('M, 'T) Type.t
| NamedType of 'M * ('M, 'T) TypeAlias.t
| NamedOpaqueType of 'M * ('M, 'T) OpaqueType.t
| Interface of 'M * ('M, 'T) Interface.t
| Enum of 'M * ('M, 'T) EnumDeclaration.t