/// export declare const CloseButton: ({ onClick }: { onClick?: (() => void) | undefined; }) => JSX.Element;