import React from 'react'; import type { PropsWithChildren } from 'react'; import type { LinkProps } from '../../decs'; declare const Link: React.FC>; export type { LinkProps } from '../../decs'; export default Link; //# sourceMappingURL=Link.d.ts.map