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