import { FC } from "react"; import { IListItem } from "../../types/ListItem"; export declare const DATA_CY_DEFAULT = "list-item"; export declare const SUBPARTS_MAP: { icon: { label: string; }; content: { label: string; value: (loading?: boolean) => string; }; }; declare const ListItem: FC; export default ListItem;