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