import { IconProps } from '../lib';
declare function Television(props: IconProps): JSX.Element;
export default Television;
