import React from 'react'; import type { FunctionComponent } from 'react'; import type { OnClickHandler } from './types'; export interface LinkHandlerProps extends Partial { href: string; children?: React.ReactNode; } export declare const LinkHandler: FunctionComponent; //# sourceMappingURL=LinkHandler.d.ts.map