import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgTitle: (props: SVGProps) => React.JSX.Element; export default SvgTitle; //# sourceMappingURL=Title.d.ts.map