export type YooptaMark = { type: string; hotkey?: string; render: (props: TProps) => JSX.Element; }; export type YooptaMarkParams = { type: string; hotkey?: string; render: (props: TProps) => JSX.Element; }; export declare function createYooptaMark({ type, hotkey, render, }: YooptaMarkParams): YooptaMark; //# sourceMappingURL=index.d.ts.map