/// <reference types="react" />
import { TButtonLinkProps } from '@/components/buttons/types/TButtonLinkProps';
export declare function ButtonLink({ children, color, size, className, href, shape, ...props }: TButtonLinkProps): React.ReactElement;
