import type { LC, PropsWithChildren } from '@use-gpu/live'; export type LoopProps = PropsWithChildren<{ live?: boolean; decimate?: number; converge?: number; }>; export declare const Loop: LC;