export declare const variants: { success: import("styled-components").RuleSet; danger: import("styled-components").RuleSet; info: import("styled-components").RuleSet; warning: import("styled-components").RuleSet; primary: import("styled-components").RuleSet; secondary: import("styled-components").RuleSet; standart: import("styled-components").RuleSet; }; export interface ToggleStyledProps { variant?: keyof typeof variants; } export declare const ToggleStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLInputElement>, ToggleStyledProps>> & string; export declare const LabelStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLLabelElement>, never>> & string;