import type { DOMRefValue } from '@react-types/shared'; export declare const SPELLCHECK_FALSE_ATTRIBUTE: { readonly spellCheck: false; }; /** * Returns a callback ref that can be assigned to a React Spectrum component. * to set `spellCheck=false` on child elements based on given selectors. * @param selectors Optional `querySelector` argument to target child elements. * If omitted, the attributes will be applied to the root element returned by * `UNSAFE_getDOMNode()` on the component ref. */ export declare function useSpectrumDisableSpellcheckRef(selectors?: string): (ref: DOMRefValue | null) => void; export default useSpectrumDisableSpellcheckRef; //# sourceMappingURL=useSpectrumDisableSpellcheckRef.d.ts.map