import { FASTElement } from "@microsoft/fast-element"; type OrientationNames = { vertical: string; horizontal: string; }; export declare class enmeddRadioGroup extends FASTElement { orientation: keyof OrientationNames; required?: boolean; sideAlign?: boolean; groupLabel?: string; disabled?: boolean; instruction?: string; error?: boolean; errorMessage?: string; } export declare const EnmeddRadioGroup: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=radioGroup.d.ts.map