import * as React from 'react';
import type { AccordionGroupPropsType } from './AccordionGroup';
declare const _default: {
    tags: string[];
    title: string;
    component: {
        ({ children, onAccordionClick, onToggle, initialOpenId, classNames, }: AccordionGroupPropsType): React.JSX.Element;
        displayName: string;
    };
    argTypes: {
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        children: {
            description: string;
            control: boolean;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        onAccordionClick: {
            description: string;
            control: boolean;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        onToggle: {
            description: string;
            control: boolean;
            table: {
                type: {
                    summary: string;
                };
            };
        };
        initialOpenId: {
            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 _Default: {
    (args: AccordionGroupPropsType): React.ReactNode;
    args: {
        classNames: {
            wrapper: string;
        };
    };
};
export declare const _InsideCard: {
    (args: AccordionGroupPropsType): React.ReactNode;
    args: {
        classNames: {
            wrapper: string;
        };
    };
};
//# sourceMappingURL=AccordionGroup.stories.d.ts.map