import { WatchSource } from 'vue'; export declare function useLazyRender(show: WatchSource): (render: () => JSX.Element) => () => JSX.Element | null;