import { FC } from "react"; import { IListItemCollapsible } from "../../types/ListItem"; export declare const DATA_CY_DEFAULT = "list-item-collapsible"; export declare const SUBPARTS_MAP: { header: { label: string; }; collapse: { label: string; }; }; declare const ListItemCollapsible: FC; export default ListItemCollapsible;