///
export declare const ListItemButton: import("@emotion/styled").StyledComponent | 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, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "className" | "style" | "classes" | "alignItems" | "children" | "sx" | "autoFocus" | "tabIndex" | "dense" | "action" | "disabled" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "divider" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const ListItem: import("@emotion/styled").StyledComponent<{
button?: false | undefined;
} & import("@mui/material").ListItemBaseProps & {
components?: {
Root?: import("react").ElementType | undefined;
} | undefined;
componentsProps?: {
root?: (import("react").HTMLAttributes & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
} | undefined;
slotProps?: {
root?: (import("react").HTMLAttributes & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
} | undefined;
slots?: {
root?: import("react").ElementType | undefined;
} | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLIElement>, "ref"> & {
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject | null | undefined;
}, "className" | "style" | "classes" | "alignItems" | "button" | "children" | "sx" | "autoFocus" | "dense" | "disabled" | "selected" | "componentsProps" | "components" | "slotProps" | "slots" | "divider" | "disableGutters" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const ShowAllButton: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
color?: import("@mui/types").OverridableStringUnion<"info" | "success" | "warning" | "error" | "inherit" | "primary" | "secondary", 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" | "medium" | "large", 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;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "tabIndex" | "action" | "variant" | "href" | "disabled" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "fullWidth" | "startIcon"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;