import type { ThemeStylesProps } from '../types'; export declare const Bullet: import("styled-components").StyledComponent<"div", any, ThemeStylesProps, never>; export declare const Ol: import("styled-components").StyledComponent<"div", any, ThemeStylesProps, never>; export declare const Ul: import("styled-components").StyledComponent<"div", any, ThemeStylesProps, never>; export declare const Li: import("styled-components").StyledComponent<"li", any, ThemeStylesProps & { collapsible: boolean; showBulletsLine: boolean; }, never>;