interface Props { coverNotch?: boolean; allowPinchToZoom?: boolean; } export declare function Responsive({ coverNotch, allowPinchToZoom, }: Props): null; export {}; //# sourceMappingURL=Responsive.d.ts.map