export declare function useControllableState(args: { value: T | undefined; defaultValue: T; onChange?: (next: T) => void; }): [T, (next: T) => void, boolean]; //# sourceMappingURL=useControllableState.d.ts.map