export declare const config: { defaults: { view: string; focused: string; }; variations: { view: { default: import("styled-components").FlattenSimpleInterpolation; secondary: import("styled-components").FlattenSimpleInterpolation; tertiary: import("styled-components").FlattenSimpleInterpolation; paragraph: import("styled-components").FlattenSimpleInterpolation; accent: import("styled-components").FlattenSimpleInterpolation; positive: import("styled-components").FlattenSimpleInterpolation; warning: import("styled-components").FlattenSimpleInterpolation; negative: import("styled-components").FlattenSimpleInterpolation; clear: import("styled-components").FlattenSimpleInterpolation; }; disabled: { true: import("styled-components").FlattenSimpleInterpolation; }; focused: { true: import("styled-components").FlattenSimpleInterpolation; }; }; }; //# sourceMappingURL=Link.config.d.ts.map