export declare function useId(defaultId?: string): string; export declare function usePairedId(defaultId?: string): string[];