import type { LiveComponent, PropsWithChildren } from '@use-gpu/live'; export type PlotProps = PropsWithChildren; export declare const Plot: LiveComponent;