import React from 'react'; import { IExpandableList, IExpandableListItem } from './types'; /** * @deprecated The `ExpandableList` component is deprecated and will be removed in a future releases. * * Please use the `Menu` component instead, which provides improved functionality and * styling capabilities. * * @component */ export declare const ExpandableList: React.FC; /** * @deprecated The `ExpandableListItem` component is deprecated and will be removed in a future releases. * * Please use the `Menu` component instead, which provides improved functionality and * styling capabilities. * * @component */ export declare const ExpandableListItem: React.FC;