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