/// interface StyledLinkProps { fontSize?: number; } export declare const StyledLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLAnchorElement>, StyledLinkProps>> & string; export {};