import { type RefObject } from "react"; import type { POSITION } from "@appsmith/wds"; import type { Orientation } from "@react-types/shared"; export interface GroupAria { orientation?: Orientation; } export declare function useGroupOrientation(props: { orientation?: Orientation; optionsLabelPosition?: keyof typeof POSITION; }, ref: RefObject): GroupAria;