import { schematic } from '@synnaxlabs/client'; import { location } from '@synnaxlabs/x'; import { RefCallback } from 'react'; export interface UseRenderParams { orientation: location.Outer; activeState: string; externalScale: number; spec?: schematic.symbol.Spec; onMount?: (svgElement: SVGSVGElement) => void; stateOverrides?: schematic.symbol.State[]; } export declare const useRender: (params: UseRenderParams) => RefCallback; //# sourceMappingURL=render.d.ts.map