import { Value } from "../../slate/editor/TEditor"; import { AnyObject } from "../../types/misc/AnyObject"; import { TazeRenderNodeProps } from "../../types/taze/TazeRenderNodeProps"; import { WithTazePlugin } from "../../types/plugin/TazePlugin"; /** * Override node props with plugin props. * `props.element.attributes` are passed as `nodeProps`. * Extend the class name with the node type. */ export declare const getRenderNodeProps: ({ attributes, nodeProps, props, type }: Pick, any>, "type" | "props"> & { attributes?: AnyObject | undefined; nodeProps: TazeRenderNodeProps>; }) => TazeRenderNodeProps>; //# sourceMappingURL=getRenderNodeProps.d.ts.map