export declare const Circle: import("styled-components").StyledComponent<"div", any, { size: number; backgroundColor: string; borderColor: string; }, never>;