import * as React from 'react';
import type { RadioTileProps } from './';
declare const _default: {
    tags: string[];
    title: string;
    component: import("flow-to-typescript-codemod").Flow.AbstractComponent<RadioTileProps, HTMLDivElement>;
    argTypes: {
        id: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        header: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        description: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        chipItems: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        isSelected: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        onTileClick: {
            description: string;
            action: string;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        iconName: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        semantic: {
            description: string;
            options: unknown[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                    defaultValue: {
                        summary: "neutral";
                    };
                };
            };
        };
        iconSize: {
            description: string;
            control: {
                type: string;
            };
            options: unknown[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: "medium";
                };
            };
        };
        iconType: {
            description: string;
            control: {
                type: string;
            };
            options: unknown[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: "solid";
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _RadioTile: {
    (args: RadioTileProps): React.JSX.Element;
    args: {
        header: string;
        description: string;
        chipItems: string[];
        iconName: string;
        semantic: string;
        iconType: string;
    };
};
export declare const _RadioTileGroup: {
    (args: RadioTileProps): React.JSX.Element;
    args: {
        iconSize: string;
        iconType: string;
    };
};
//# sourceMappingURL=RadioTile.stories.d.ts.map