import { FunctionComponent } from 'preact';
import { TProps } from './types';
declare const Link: FunctionComponent<TProps>;
export default Link;
//# sourceMappingURL=Link.d.ts.map