import { record } from '@synnaxlabs/x'; import { List } from '.'; export interface UseKeysDataReturn extends Required>, "getItem">> { data: K[]; } /** * Backs a {@link Frame} with a plain key array, where the key is the whole entry. Use * it for a fixed set of options that carry no data of their own. */ export declare const useKeysData: (data: K[] | readonly K[]) => UseKeysDataReturn; //# sourceMappingURL=useKeysData.d.ts.map