import type { CreateVariantsMapOptions } from '../common/types'; import type { WebIconVariantsMapType } from './types'; export declare function createWebVariantsMap(options: CreateVariantsMapOptions): WebIconVariantsMapType;