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