import React from 'react'; import { ButtonProps } from '@ariakit/react'; import * as styles from './styles.css'; type Props = React.PropsWithChildren & ButtonProps & styles.Variants; export declare const ButtonLink: React.FC; export {};