import { Attributes, BglFormSchemaT, Path } from '../types/BagelForm'; export declare function debounce(fn: () => void, wait?: number): void; export declare function slugify(str: string): string; export declare function keyToLabel(key?: string): string | undefined; export declare function copyText(text: string, cb?: (msg: string) => void): Promise; export declare function initials(...strArr: string[]): string; /** * Strip script-capable content from an HTML string so it is safe for v-html. * Removes