/// import { AllSystemProps } from "./system/unions"; export declare type BaseAnchorProps = AllSystemProps; export declare const BaseAnchor: import("styled-components").StyledComponent<"a", any, import("react").PropsWithChildren, never>;