import type { SVGProps } from "react"; export interface TubeIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function TubeIcon({ className, size, color, ...props }: TubeIconProps): import("react").JSX.Element; //# sourceMappingURL=tube-icon.d.ts.map