import type { ReactNode } from "react";
export * from "../renderer/components";
export declare const draw: (element: ReactNode, width: number, height: number) => any;
