interface Props { indeterminate: boolean; stable: boolean; color: string; } export declare const CircularContainer: import("styled-components").StyledComponent<"div", any, Props, never>; export {};