/// export type StyledAProps = { $color: string; }; export declare const StyledA: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLAnchorElement>, StyledAProps>>;