import type { CustomButtonProps } from './types'; declare const CloseButton: ({ onClose, customBackImageSource, customBackImageStyle, }: CustomButtonProps) => JSX.Element; export default CloseButton;