/// <reference types="react" />
export interface IconTvOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconTvOutline: React.FC<IconTvOutlineProps>;
