import type { PropsWithChildren } from "react";
import React from "react";
interface Props {
    shouldUpdate: boolean;
}
export declare const LazyView: React.FC<PropsWithChildren<Props>>;
export {};
