import React from 'react'; import { LinkProps } from './useLinkHooks'; export declare function LinkWithPreview({ children, ...rest }: LinkProps): React.JSX.Element; //# sourceMappingURL=LinkWithPreview.d.ts.map