import React from 'react';
export interface TvProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const Tv: React.FC<TvProps>;
//# sourceMappingURL=Tv.native.d.ts.map