import '../index.scss'; import { RibbonButtonProps } from './RibbonButton'; export type RibbonButtonLinkProps = RibbonButtonProps & { href: string; target?: string; rel?: string; }; export declare const RibbonButtonLink: import("react").ForwardRefExoticComponent>;