import type { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } declare const SvgFile03: ({ title, titleId, ...props }: SVGProps & SVGRProps) => import("react/jsx-runtime").JSX.Element; export default SvgFile03; //# sourceMappingURL=File03.d.ts.map