import { Pane } from "tweakpane";
import Defaults from "../../interface/utils/Defaults";
export declare const setProgrammatic: () => void;
declare const _default: (pane: Pane, title: string, target: Record<string, any>, defaults: Defaults<any>, params?: {
    [x: string]: any;
}) => {
    [k: string]: import("tweakpane").InputBindingApi<unknown, any>;
};
export default _default;
