import { IconProps } from '../Icon'; declare function SvgClose(props: IconProps): JSX.Element; export default SvgClose;