import type { LC, PropsWithChildren } from '@use-gpu/live'; export type ComputeProps = PropsWithChildren<{ immediate?: boolean; }>; export declare const Compute: LC;