/// export declare const useContainsFocus: ({ onChange, }: { onChange(focused: boolean): void; }) => { ref: import("react").RefObject; };