import * as React from "react"; import type { FormElementProps } from "../.."; import type * as defs from "../FormDefinition"; export declare const sketchClasses: { button: string; imagePanel: string; imageScroller: string; }; /** * The component for the "Sketch" Form Element. */ declare const Sketch: React.ForwardRefExoticComponent & React.RefAttributes>; export default Sketch;