export declare function generateUniqueId(prefix?: string): string;
export declare function useUniqueId(prefix?: string): string;
