import { themeType } from '../../tokens/themes'; interface StyledLinkProps { disabled: boolean; type: themeType; } export declare const StyledLink: import("styled-components").StyledComponent<"a", any, StyledLinkProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map