type alias ComponentFunctionimport { type ComponentFunction } from "https://deno.land/x/lume@v1.18.2/core/source.ts"; definition: (props: Record<string, unknown>) => string