import { ClickableProps } from '../Clickable'; import { LinkComponentProps } from '../Link'; export type LinkAsButtonProps = Omit & Omit & { openInNewTab?: boolean; }; export declare const LinkAsButton: import("react").ForwardRefExoticComponent & Omit & { openInNewTab?: boolean; } & import("react").RefAttributes>;