import type { VNode } from 'vue'; export default function (props: any, ctx: any, cmpName: string, fs?: string): () => VNode;