/** * 返回一个类名 * @param { string } className - 类名 */ declare function styleName(className: string): string; export default styleName;