/// import { BaseIconProps } from '../../types'; declare function SvgClose({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgClose;