import type { UseStickyToolbarProps } from './useStickyToolbar.types'; export declare function useStickyToolbar({ enabled, editor, editorRef, cssLoading, }: UseStickyToolbarProps): void;