import * as React from 'react';
import { CnRadioGroupProps } from "../../components/cn-radio";
export declare const CnRadioGroup: React.FC<React.PropsWithChildren<CnRadioGroupProps>>;
