interface ISwitch { isActive?: boolean; isDisabled?: boolean; } export declare const Circle: import("styled-components").StyledComponent<"div", any, ISwitch & { hasAnimation: boolean; }, never>; export declare const CircleContainer: import("styled-components").StyledComponent<"button", any, ISwitch, never>; export {};