import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const CloseIcon: FunctionComponent<TIconProps>;
export default CloseIcon;
//# sourceMappingURL=CloseIcon.d.ts.map