import { type P5WrapperProps } from "../contracts/P5WrapperProps"; import { type SketchProps } from "../contracts/SketchProps"; export declare function propsAreEqual(previous: P5WrapperProps, next: P5WrapperProps): boolean;