declare type Props = { color?: string; hoverColor?: string; }; export declare const Anchor: import("styled-components").StyledComponent<"a", any, Props, never>; export {};