import { ASTNodeType } from '../types'; declare function toComponentConf(tagData: ASTNodeType, rootTag?: ASTNodeType['tag']): Promise; export default toComponentConf;