import React from 'react'; declare function CloseIcon({ fill, ...rest }: React.SVGProps): React.JSX.Element; export default CloseIcon;