import React from "react"; export interface BulletsProps { children: React.ReactElement; } export declare type BulletsComponentType = (props: BulletsProps) => React.ReactElement; declare const Bullets: import("styled-components").StyledComponent<"div", any, {}, never>; export default Bullets;