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