export declare const accordionData: ({ label: string; panel: import("react/jsx-runtime").JSX.Element; } | { label: string; panel: string; })[]; export declare const accordionDataWithAriaLabel: { ariaLabel: string; label: string; panel: import("react/jsx-runtime").JSX.Element; }[];