import type { SFCWithInstall } from '../_util/interface';
import Link from './link';
export { linkProps } from './props';
export type { LinkProps } from './props';
type LinkType = SFCWithInstall<typeof Link>;
export declare const FLink: LinkType;
export default FLink;