import React from 'react';
import { RadioLabelProps } from './RadioLabel';
export declare const RadioButton: import("@workday/canvas-kit-react/common").ElementComponentM<"input", RadioLabelProps, {
    onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
    state: {
        value: string | number | undefined;
        name: string;
        'aria-describedby': string | undefined;
        inputRef: React.MutableRefObject<HTMLInputElement | undefined>;
    };
    events: {};
}>;
//# sourceMappingURL=RadioButton.d.ts.map