import { Bindable } from "@tweakpane/core";
import { VoidProps } from "solid-js";
export declare function TWPAutoMutable(props: VoidProps<{
    target: Bindable;
}>): import("solid-js").JSX.Element;
