import * as React from "react"; import { CommonStyleProps } from "./system/unions"; export declare type ButtonAnchorProps = CommonStyleProps & { primary?: boolean; disabled?: boolean; destructive?: boolean; }; export declare const ButtonAnchor: import("styled-components").StyledComponent<"a", any, React.PropsWithChildren, never>;