export declare function useControllableProp(prop: T | undefined, state: T): readonly [boolean, T];