import React from 'react'; import type { RootProps } from '../../engines/types'; import { LinkProps } from './Link.types'; export declare const linkRoot: (Root: RootProps) => React.ForwardRefExoticComponent & import("./Link.types").LinkCustomProps & React.RefAttributes>; export declare const linkConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent & import("./Link.types").LinkCustomProps & React.RefAttributes>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; disabled: { css: import("styled-components").FlattenSimpleInterpolation; attrs: boolean; }; focused: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=Link.d.ts.map