/// export default function RowSpacingPlugin(options?: {}): { toolbar: { button: (props: any) => JSX.Element; }; commands: { setRowSpacing: (editor: any, rsSize: any) => any; }; };