import React from 'react';
import './ButtonPillLink.style.scss';
declare const ButtonPillLink: React.ForwardRefExoticComponent<Pick<import("../ButtonPill/ButtonPill.types").Props, "color" | "outline" | "size" | "ghost" | "shallowDisabled" | "grown"> & import("../Link/Link.types").Props & React.RefAttributes<HTMLAnchorElement>>;
export default ButtonPillLink;
