/**
 * Get the next element id for use with HTML / CSS
 *
 * We can not be sure that the app has a prefix setup,
 * so we can use `useId` from Vue - so we need to use our own implementation.
 */
export declare function createElementId(): string;
