/**
 * Used for generating unique ID for DOM elements
 */
export default function useInternalId(namespace?: string): string;
