import { ReactNode } from 'react'; export interface ViewportGateProps { children: ReactNode; fallback: ReactNode; threshold?: number; } export declare function ViewportGate({ children, fallback, threshold, }: ViewportGateProps): import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map