interface Props { indeterminate: boolean; stable: boolean; disableShrink: boolean; } export declare const Circle: import("styled-components").StyledComponent<"circle", any, Props, never>; export {};