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