export declare const config: { defaults: { view: string; focused: string; size: string; }; variations: { view: { default: import("styled-components").FlattenSimpleInterpolation; secondary: import("styled-components").FlattenSimpleInterpolation; accent: import("styled-components").FlattenSimpleInterpolation; positive: import("styled-components").FlattenSimpleInterpolation; warning: import("styled-components").FlattenSimpleInterpolation; negative: import("styled-components").FlattenSimpleInterpolation; }; size: { l: import("styled-components").FlattenSimpleInterpolation; m: import("styled-components").FlattenSimpleInterpolation; s: import("styled-components").FlattenSimpleInterpolation; xs: import("styled-components").FlattenSimpleInterpolation; xxs: import("styled-components").FlattenSimpleInterpolation; }; disabled: { true: import("styled-components").FlattenSimpleInterpolation; }; focused: { true: import("styled-components").FlattenSimpleInterpolation; }; pilled: { true: import("styled-components").FlattenSimpleInterpolation; }; }; }; //# sourceMappingURL=Chip.config.d.ts.map