import { Theme } from '../theme'; export declare const linkBase: (t?: Theme) => string; export declare const linkStyles: (t?: Theme) => string; export declare const link: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; //# sourceMappingURL=link.d.ts.map