/**
 * Generates a random ID which can be used to uniquely identify an element.
 */
export declare function generateRandomId(): string;
