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