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