/// <reference types="react" />
import { UpRadio as UpRadioComponent } from './UpRadio';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpRadioComponent;
};
export default _default;
export declare const General: {
    (): JSX.Element;
    decorators: ((General: any) => JSX.Element)[];
};
export declare const DisplayHorizontally: () => JSX.Element;
export declare const DisplayVertically: () => JSX.Element;
export declare const DisplayAsButton: () => JSX.Element;
export declare const DisplayAsButtonWithRequired: () => JSX.Element;
export declare const DisplayAsLarge: () => JSX.Element;
export declare const DisplayWithToggledElement: () => JSX.Element;
export declare const IntegrationInForm: () => JSX.Element;
export declare const RadioWithMultipleDescription: () => JSX.Element;
