import { type Theme } from "@emotion/react"; import type { EntityListItemProps, EntityListItemWrapperProps } from "./types"; import type { ListSize } from "../../types"; export declare const getOffsetMqStyle: (cssProp: string, { theme, size, }: { theme: Theme; } & Partial) => Record; export declare const StyledList: import("@emotion/styled").StyledComponent<{ theme?: Theme; as?: React.ElementType; } & { size: ListSize; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledEntityItem: import("@emotion/styled").StyledComponent<{ theme?: Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledShowMore: import("@emotion/styled").StyledComponent<{ theme?: Theme; as?: React.ElementType; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledWrapperOffset: import("@emotion/styled").StyledComponent<{ theme?: Theme; as?: React.ElementType; } & { size: ListSize; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledEntityListItemWrapper: import("@emotion/styled").StyledComponent<{ theme?: Theme; as?: React.ElementType; } & { size: ListSize; } & React.ClassAttributes & React.HTMLAttributes & { theme?: Theme; } & EntityListItemWrapperProps, {}, {}>; export declare const StyledEntityListItemButton: import("@emotion/styled").StyledComponent<{ theme?: Theme; as?: React.ElementType; } & Partial, React.DetailedHTMLProps, HTMLDivElement>, {}>;