import type { IdProps } from '../shared'; export interface ListItemProps extends IdProps { } /** * List items are used as children of the `List` component. * * They usually begins with a bullet or a number. */ export declare const ListItem: "ListItem" & { readonly type?: "ListItem" | undefined; readonly props?: ListItemProps | undefined; readonly children?: true | undefined; }; //# sourceMappingURL=ListItem.d.ts.map