import { IconProps } from './@ErkIcon'; declare function CloseIcon(props: IconProps): JSX.Element; export default CloseIcon;