import React from 'react';
import { ILinkAsButton } from '../types/link';
export declare const LinkAsButtonComponent: React.ForwardRefExoticComponent<ILinkAsButton & React.RefAttributes<HTMLElement>>;
export declare const LinkAsButton: React.ForwardRefExoticComponent<ILinkAsButton & React.RefAttributes<HTMLElement>>;
