/// import { color } from '@web3uikit/styles'; import type { LinkToProps } from './types'; declare type TStyleProps = Pick; interface LinkStyledProps { $isUnderlined: boolean; $textColor?: typeof color | string; } declare const _default: { InternalLinkStyled: import("styled-components").StyledComponent>, any, LinkStyledProps, never>; LinkStyled: import("styled-components").StyledComponent<"a", any, LinkStyledProps, never>; SpanStyledFlex: import("styled-components").StyledComponent<"span", any, TStyleProps, never>; SpanStyledText: import("styled-components").StyledComponent<"span", any, {}, never>; }; export default _default; //# sourceMappingURL=LinkTo.styles.d.ts.map