import { FC } from 'react'; import { LinkButtonProps } from './LinkButton.types'; export declare const LinkButton: FC;