import type { DatabaseAction, Divider } from './table/types.js'; export declare function onClickOutside(element: HTMLElement, callback: (element: HTMLElement, target: HTMLElement) => void, event?: 'click' | 'mousedown', reusable?: boolean): () => void; export declare const getTagColor: () => string; export declare function isDivider(action: DatabaseAction): action is Divider; //# sourceMappingURL=utils.d.ts.map