import React from 'react'; import type { ReactNode } from 'react'; export type LazyWaitProps = { until: boolean; children: ReactNode; }; export declare const LazyWait: ({ until, children }: LazyWaitProps) => React.JSX.Element; //# sourceMappingURL=main.d.ts.map