import { FC } from 'react'; import { CloseButtonProps } from 'types'; export declare const CloseButton: FC; export default CloseButton;