/**
 * A custom React hook that returns a unique ID if provided or a genereated ID prefixed with roaster.
 *
 * @param staticId - The static ID to be used, if provided.
 * @returns A unique ID string.
 */
export declare function useUid(staticId?: string): string;
//# sourceMappingURL=index.d.ts.map