export declare const requiredProps: {};
export declare const testkitTests: {
    title: string;
    props: {
        items: ({
            title: string;
            children: string;
            buttonType: string;
            expandLabel: string;
            collapseLabel: string;
        } | {
            title: string;
            children: string;
            expandLabel: string;
            collapseLabel: string;
            buttonType?: undefined;
        })[];
    };
}[];
export declare const ssrTests: {
    title: string;
    props: {};
}[];
export declare const a11yTests: {
    title: string;
    props: {};
}[];
//# sourceMappingURL=Accordion.meta.d.ts.map