/// export declare const AccordionStyled: import("@emotion/styled").StyledComponent<{ children: NonNullable; classes?: Partial | undefined; defaultExpanded?: boolean | undefined; disabled?: boolean | undefined; disableGutters?: boolean | undefined; expanded?: boolean | undefined; onChange?: ((event: import("react").SyntheticEvent, expanded: boolean) => void) | undefined; sx?: import("@mui/material/styles").SxProps | undefined; TransitionComponent?: import("react").JSXElementConstructor | undefined; }> | undefined; TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined; } & import("@mui/material/Accordion").AccordionSlotsAndSlotProps & Omit & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, "disabled" | "children" | "onChange" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "variant" | "expanded" | "square" | "elevation" | "TransitionComponent" | "TransitionProps" | "defaultExpanded" | "disableGutters" | keyof import("@mui/material/Accordion").AccordionSlotsAndSlotProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const AccordionSummaryStyled: import("@emotion/styled").StyledComponent & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, "disabled" | "classes" | "className" | "style" | "tabIndex" | "children" | "sx" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "expandIcon"> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const AccordionContentStyled: import("@emotion/styled").StyledComponent, {}, {}>; export declare const AccordionExpandIconStyled: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const AccordionLabelContentStyled: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;