import type { ThemeProps } from '../interface'; export declare const Bullet: import("styled-components").StyledComponent<"div", any, ThemeProps, never>; export declare const Ol: import("styled-components").StyledComponent<"div", any, ThemeProps, never>; export declare const Ul: import("styled-components").StyledComponent<"div", any, ThemeProps, never>; export declare const Li: import("styled-components").StyledComponent<"li", any, {}, never>;