import { LinkProps } from '../../../../types/vendored/editor-elements-definitions'; export declare const convertLinkProperties: (html: string, getLinkProps: (href: string) => LinkProps, resolveHref?: (properties: LinkProps) => string) => string;