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