import { ButtonHTMLAttributes } from 'react'; type Props = ButtonHTMLAttributes; export declare const CloseButton: (props: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};