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