interface IProps { onClick: () => void; } export declare function CloseButton({ onClick }: IProps): import("preact").JSX.Element; export {};