import React, { ReactNode } from "react"; export declare function KoestlichTestCanvas({ children }: { children?: ReactNode; }): React.JSX.Element;