import type { RTEPlugin } from '../api'; export declare type Props = { 'data-testid'?: string; }; declare const LinkPlugin: RTEPlugin; export default LinkPlugin; //# sourceMappingURL=LinkPlugin.d.ts.map