import { PropsWithChildren } from 'react';
import { ITVProps } from './types';
export declare const TV: import("react").MemoExoticComponent<(props: PropsWithChildren & ITVProps) => import("react").JSX.Element>;
