export default function CloseIcon({ fill, height, width }: {
    fill?: string;
    height?: number;
    width?: number;
}): JSX.Element;
