import type { RibbonPlugin } from '../type/RibbonPlugin'; /** * Create a new instance of RibbonPlugin object * @param delayUpdateTime The time to wait before refresh the button when user do some editing operation in editor */ export declare function createRibbonPlugin(delayUpdateTime?: number): RibbonPlugin;