import type { DataType } from '../../../configs/components/wd-text'; interface IPropsValueMap { level: Record; } export declare const convertLegacyProps: (key: keyof IPropsValueMap, prop: any) => string; export {};