import { LinkCardNodePayload } from '@haklex/rich-editor/nodes'; import { ReactElement } from 'react'; interface LinkCardEditDecoratorProps { children: ReactElement; nodeKey: string; payload: LinkCardNodePayload; } export declare function LinkCardEditDecorator({ nodeKey, payload, children }: LinkCardEditDecoratorProps): import("react").JSX.Element; export {}; //# sourceMappingURL=LinkCardEditDecorator.d.ts.map