import { SelectedOption } from './storefront-api-types.js';
export declare function useSelectedOptionInUrlParam(selectedOptions: Pick<SelectedOption, 'name' | 'value'>[]): null;
