export type { IModalProps, IModalSemiProps } from './types'; import type { IModalComponentType } from './types'; declare const Modal: IModalComponentType; export { Modal };