import { VNode } from 'vue'; declare function removeEmptyChildren(children: VNode[]): VNode[]; export { removeEmptyChildren };