import * as React from 'react';
export declare const LiComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>;
export declare const BoldComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>;
export declare const StrongComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>;
export declare const ItalicComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>;
export declare const AccentComponent: React.FC<React.PropsWithChildren<React.HTMLAttributes<HTMLLIElement>>>;
