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