export declare type Props = { variant?: 'bullet'; }; export declare const BulletCSS: import("styled-components").FlattenInterpolation>; export declare const ListStyleCSS: import("styled-components").FlattenInterpolation>; declare const _default: import("styled-components").StyledComponent<"ul", any, Props, never>; export default _default; //# sourceMappingURL=ListStyle.d.ts.map