import * as React from 'react';
import './cn-radio.scss';
import type { CnRadioProps } from './types';
export declare const CnRadio: {
    (props: CnRadioProps): React.JSX.Element;
    displayName: string;
    defaultProps: {
        size: string;
    };
};
