/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { ListItemProps, ListItemTextProps, PaperProps } from '@mui/material'; interface StyledListItemProps extends ListItemProps { chartWidth?: number | string; } interface StyledListItemTextProps extends ListItemTextProps { chartHeight?: number | string; chartLegendTextFontSize?: number | string; chartLegendTextFontSizeSmall?: number | string; chartWidth?: number | string; } interface StyledPaperProps extends PaperProps { chartWidth?: number | string; index: number; optionsLength?: number; showAsSquare?: boolean; theme?: any; } interface StyledUlType { numberOfItems: number; } export declare const StyledUl: import("@emotion/styled").StyledComponent & StyledUlType, import("react").DetailedHTMLProps, HTMLUListElement>, {}>; export declare const StyledListItem: import("@emotion/styled").StyledComponent, HTMLLIElement>, "children" | "classes" | "className" | "style" | "sx" | "components" | "componentsProps" | "slots" | "slotProps" | "alignItems" | "dense" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "disablePadding" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps & StyledListItemProps, {}, {}>; export declare const StyledListItemIcon: import("@emotion/styled").StyledComponent, {}, {}>; export declare const StyledPaper: import("@emotion/styled").StyledComponent, HTMLDivElement>, "children" | "classes" | "className" | "style" | "elevation" | "square" | "sx" | "variant"> & import("@mui/system").MUIStyledCommonProps & StyledPaperProps, {}, {}>; export declare const StyledListItemText: import("@emotion/styled").StyledComponent, import("react").ElementType>, keyof ListItemTextProps, import("react").ElementType>> & import("@mui/system").MUIStyledCommonProps & StyledListItemTextProps, {}, {}>; export {}; //# sourceMappingURL=styles.d.ts.map