import { type BoxProps } from '@mui/material/Box'; import type { Theme } from '@mui/material/styles'; import type { ReactNode } from 'react'; import type { ChipStackOverflowRenderArgs } from './types'; export declare const AnimatedStackShell: 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 AnimatedStackTrack: import("@emotion/styled").StyledComponent & { trackWidth: number; minTrackWidth: number; slotSize: number; hoverZIndex?: number | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const OverlapChipRow: 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 StyledOverlapChip: import("@emotion/styled").StyledComponent & { title?: ReactNode; } & import("@mui/system").MUIStyledCommonProps, {}, {}>; /** Default styled `+N` chip for the **static** variant overflow slot. */ export declare const ChipStackStaticOverflowChip: import("@emotion/styled").StyledComponent & { title?: ReactNode; } & import("@mui/system").MUIStyledCommonProps, {}, {}>; /** Default overflow renderer used when `renderOverflow` is not provided. */ export declare function ChipStackOverflowDefault({ overflowItems, size }: Readonly): import("react").JSX.Element; export declare const ChipStackFace: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, "classes" | "className" | "style" | "children" | "sx" | "variant" | "slotProps" | "slots" | "sizes" | "src" | "alt" | "srcSet" | "imgProps"> & import("@mui/system").MUIStyledCommonProps & { faceSize: number; avatarFill: string; }, {}, {}>;