import { VNodeType } from '../../types'; declare function toAST(template: string | VNodeType): import('../../types').ASTNodeType[]; export default toAST;