export declare const ariaProps: { ariaLabel: StringConstructor; ariaOrientation: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; ariaControls: StringConstructor; }; export declare const useAriaProps: (arias: T[]) => Pick<{ ariaLabel: StringConstructor; ariaOrientation: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; ariaControls: StringConstructor; }, T>;