import * as React from "react";
import type { IconProps } from "../types";
declare const Component: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Component;
//# sourceMappingURL=component.d.ts.map