import type { ExtractPropTypes } from 'vue'; export declare const rovingFocusGroupProps: { style: { type: PropType; }; currentTabId: { type: PropType; }; defaultCurrentTabId: StringConstructor; loop: BooleanConstructor; dir: { type: StringConstructor; values: string[]; default: string; }; orientation: { type: PropType; }; onBlur: FunctionConstructor; onFocus: FunctionConstructor; onMousedown: FunctionConstructor; }; export type ElRovingFocusGroupProps = ExtractPropTypes; declare const ElCollection: any, ElCollectionItem: any, COLLECTION_INJECTION_KEY: InjectionKey, COLLECTION_ITEM_INJECTION_KEY: InjectionKey; export { ElCollection, ElCollectionItem, COLLECTION_INJECTION_KEY as ROVING_FOCUS_COLLECTION_INJECTION_KEY, COLLECTION_ITEM_INJECTION_KEY as ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY };