import React from 'react'; interface Props { onClick: () => void; } export declare const CloseIcon: React.FC; export {};