import * as React from 'react';
import type { RadioGroupProps } from './RadioGroup';
declare const _default: {
    tags: string[];
    title: string;
    component: import("flow-to-typescript-codemod").Flow.AbstractComponent<RadioGroupProps, HTMLDivElement>;
    argTypes: {
        align: {
            description: string;
            options: string[];
            table: {
                defaultValue: {
                    summary: string;
                };
            };
            control: string;
        };
        value: {
            name: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
            control: {
                disable: boolean;
            };
        };
        error: {
            name: string;
            description: string;
            options: boolean[];
            control: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: boolean;
                };
            };
        };
        errorText: {
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        children: {
            type: {
                required: boolean;
            };
            description: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        name: {
            description: string;
            type: {
                required: boolean;
            };
        };
        onChange: {
            description: string;
            action: string;
            type: {
                summary: string;
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _RadioGroupVertical: {
    (args: RadioGroupProps): React.JSX.Element;
    args: {
        error: boolean;
        align: string;
        name: string;
        errorText: string;
    };
};
export declare const _RadioGroupHorizontal: {
    (args: RadioGroupProps): React.JSX.Element;
    args: {
        error: boolean;
        align: string;
        name: string;
        errorText: string;
    };
};
export declare const _RadioGroupHorizontalFluid: {
    (args: RadioGroupProps): React.JSX.Element;
    args: {
        error: boolean;
        name: string;
        align: string;
        errorText: string;
    } | {
        error: boolean;
        name: string;
        align: string;
        errorText: string;
    };
};
export declare const _CustomRadioButton: (args: RadioGroupProps) => React.JSX.Element;
//# sourceMappingURL=RadioGroup.stories.d.ts.map