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