export declare function useVariantFromUrl(): { values?: undefined; } | { values: string[]; };