import { type BaseVideoPlaceholderProps } from './BaseVideoPlaceholder';
export type PictureInPicturePlaceholderProps = BaseVideoPlaceholderProps;
export declare const DefaultPictureInPicturePlaceholder: import("react").ForwardRefExoticComponent<Omit<BaseVideoPlaceholderProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
