import * as React from 'react';
export declare const TypeRadio: (props: {
    checked?: boolean;
    text: string;
    description: string;
    onClick?: () => void;
    value?: string;
}) => React.JSX.Element;
