import React from "react"; export declare const MjmlAccordion: ({ children, ...rest }: React.PropsWithChildren) => React.DOMElement<{}, Element>; export interface MjmlAccordionElementProps { fontFamily?: string | undefined; iconAlign?: string | undefined; iconWrappedUrl?: string | undefined; iconWrappedAlt?: string | undefined; iconUnwrappedAlt?: string | undefined; iconUnwrappedUrl?: string | undefined; iconPosition?: "left" | "right" | undefined; iconHeight?: string | undefined; iconWidth?: string | undefined; backgroundColor?: React.CSSProperties["backgroundColor"] | undefined; }