export declare const config: { defaults: { view: string; size: string; toggleSize: string; labelPosition: string; focused: string; }; variations: { size: { s: import("styled-components").FlattenSimpleInterpolation; m: import("styled-components").FlattenSimpleInterpolation; l: import("styled-components").FlattenSimpleInterpolation; }; toggleSize: { l: import("styled-components").FlattenSimpleInterpolation; s: import("styled-components").FlattenSimpleInterpolation; }; view: { default: import("styled-components").FlattenSimpleInterpolation; }; disabled: { true: import("styled-components").FlattenSimpleInterpolation; }; focused: { true: import("styled-components").FlattenSimpleInterpolation; }; }; }; //# sourceMappingURL=Switch.config.d.ts.map