import type { LiveFunction, ArrowFunction } from '@use-gpu/live'; export type LiveReturner = (f: ArrowFunction | { children?: ArrowFunction; }) => any; export declare const Raw: LiveFunction;