/// import { type P5WrapperPropsWithSketch } from "../contracts/P5WrapperPropsWithSketch"; import { type SketchProps } from "../contracts/SketchProps"; export declare function ReactP5WrapperWithSketch(props: P5WrapperPropsWithSketch): JSX.Element;