///
import { type TypographyProps } from '../Typography';
import { type WithoutEmotionSpecific } from '../types';
export type BulletListItemProps = WithoutEmotionSpecific;
/**
* Элемент с маркерами
*/
export declare const BulletListItem: import("react").ForwardRefExoticComponent>;