import React from 'react'; import { RadioGroupElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const RadioGroup: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-radio-group': React.DetailedHTMLProps, RadioGroupElement> | Partial; } } } //# sourceMappingURL=RadioGroupComponent.d.ts.map