import { ComponentPropsWithRef } from 'react'; /** * Renders the Linear SVG icon. * * @param props - Props applied to and forwarded onto the underlying `` element. * @returns The SVG element representing the Linear icon. */ export declare function Linear(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;