/// export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ShowMoreButton: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial | undefined; color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined; disabled?: boolean | undefined; disableElevation?: boolean | undefined; disableFocusRipple?: boolean | undefined; endIcon?: import("react").ReactNode; fullWidth?: boolean | undefined; href?: string | undefined; size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined; startIcon?: import("react").ReactNode; sx?: import("@mui/material").SxProps | undefined; variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined; } & Omit<{ action?: import("react").Ref | undefined; centerRipple?: boolean | undefined; children?: import("react").ReactNode; classes?: Partial | undefined; disabled?: boolean | undefined; disableRipple?: boolean | undefined; disableTouchRipple?: boolean | undefined; focusRipple?: boolean | undefined; focusVisibleClassName?: string | undefined; LinkComponent?: import("react").ElementType | undefined; onFocusVisible?: import("react").FocusEventHandler | undefined; sx?: import("@mui/material").SxProps | undefined; tabIndex?: number | undefined; TouchRippleProps?: Partial | undefined; touchRippleRef?: import("react").Ref | undefined; }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLButtonElement>, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "color" | "tabIndex" | "href" | "disabled" | "action" | "size" | "fullWidth" | "variant" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "startIcon"> & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const StyledCollapse: import("@emotion/styled").StyledComponent; export declare const ActionWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const SecondaryActionsWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledMainActions: import("@emotion/styled").StyledComponent, "actions"> & { actions?: import("../../..").MainAction[] | undefined; className?: string | undefined; } & { theme?: import("@emotion/react").Theme | undefined; } & { $isVisibleShowMoreButton: boolean; }, {}, {}>;