import type { GlobalAttributes } from './constants.js'; import type { GlobalAttributesT } from './getGlobalAttributes.js'; export declare const useGetGlobalAttributes: (props: T, overrides?: Partial>) => GlobalAttributesT;