import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const DoubleQuoteIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { DoubleQuoteIcon, DoubleQuoteIcon as default };
//# sourceMappingURL=DoubleQuote.d.ts.map