import { SystemProps } from "../system/system.js";
import { VuiComponent } from "../core/vui.js";
import { RadioGroupProps } from "./radioGroup.types.js";
import "../index.js";
//#region src/radio/radioGroup.d.ts
declare const RadioGroupBase: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SystemProps, never>;
/**
 * Organizes layout and display of multiple radio buttons as a row or column.
 * Exposes some props to the children via context.
 */
declare const RadioGroup: VuiComponent<"div", RadioGroupProps>;
//#endregion
export { RadioGroup, RadioGroup as default, RadioGroupBase };

//# sourceMappingURL=radioGroup.d.ts.map