/// import { ButtonLinkProps } from './constants'; declare const ButtonLink: (props: ButtonLinkProps) => JSX.Element; export default ButtonLink;