/** Generates randomID, does not support SSR  */
declare const randomID: (value: string) => string;
export { randomID, randomID as default };
