interface Props {
    coverNotch?: boolean;
    allowPinchToZoom?: boolean;
}
export declare function Responsive({ coverNotch, allowPinchToZoom, }: Props): null;
export {};
