/** * @returns a unique key that persists for the lifetime of the component. * @param override - An optional override for the key. If provided, this will be * returned instead of the created key. * */ export declare const useUniqueKey: (override?: string) => string; //# sourceMappingURL=useUniqueKey.d.ts.map