declare type RadioProps = {
    disabled: boolean;
    matrix: any;
    onSelectionUpdate?: Function;
    selections: any[];
};
declare const _default: ({ matrix, selections, onSelectionUpdate, disabled, ...rest }: RadioProps) => JSX.Element;
export default _default;
