import * as PReact from "./preact-shim.ts";
import { VertexProps } from "./vertex.tsx";
export declare const Vertex2: PReact.FunctionComponent<VertexProps>;
