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