import React from 'react'; export declare const Accordion: { ({ children, type }: { children: any; type?: string; }): JSX.Element; displayName: string; Item: React.FunctionComponent; }; //# sourceMappingURL=Accordion.d.ts.map