import { Pane } from "tweakpane"; export declare const setProgrammatic: () => void; declare const _default: (pane: Pane, title: string, params: Record, onChange: (key: string, value: any) => void) => { [k: string]: import("tweakpane").InputBindingApi; }; export default _default;