/** * If an ID is not given, will generate and memoize an ID to use for a11y * or any other purpose. * @param id The optional ID provided by props. */ export declare function useID(id?: string): string;