import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgClose: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgClose; //# sourceMappingURL=Close.d.ts.map