import { SwissAttrs, SwissTree } from "../../global/types/index.js"; import { VNode } from "preact"; export declare function create(name: string, Tree: SwissTree): (attrs: Attrs) => VNode; //# sourceMappingURL=index.d.ts.map