import type { ValuesOf } from "../../util/typings.js"; /** Orientation values for {@link RadioGroup}. */ export declare const RadioGroupOrientations: { readonly horizontal: "horizontal"; readonly vertical: "vertical"; }; /** Type describing orientation options for {@link RadioGroup}. */ export type RadioGroupOrientation = ValuesOf; /** * Radio group event names. */ export declare const RadioGroupEventNames: { readonly change: "change"; }; //# sourceMappingURL=radio-group.options.d.ts.map