/// import { type BulletListItemProps } from '../BulletListItem'; export type BulletListInlineItemProps = BulletListItemProps; export declare const BulletListInlineItem: (props: BulletListInlineItemProps) => JSX.Element;