export type UseId = (id?: string) => string;
export declare const useId: UseId;
