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