export declare function useSmelloscope(scent: string, customScentMap?: Record<string, string>): string;
