/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ declare const SignatureCanvas: import('vue').DefineComponent; popupScale: PropType; scale: PropType; name: PropType; value: PropType; tabIndex: PropType; disabled: PropType; readOnly: PropType; color: PropType; backgroundColor: PropType; elementSize: PropType<() => any>; smooth: PropType; }>, {}, {}, {}, { onValueChange(): void; onDraw(): void; onDrawEnd(): void; loadImage(newLocale: string): void; clear(): void; getOptions(): { scale: any; color: any; backgroundColor: any; strokeWidth: any; smooth: any; readonly: any; }; exportImage(exportSize: { width: number; height: number; }): any; setOptions(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: any; draw: any; drawend: any; }, string, import('vue').PublicProps, Readonly; popupScale: PropType; scale: PropType; name: PropType; value: PropType; tabIndex: PropType; disabled: PropType; readOnly: PropType; color: PropType; backgroundColor: PropType; elementSize: PropType<() => any>; smooth: PropType; }>> & Readonly<{ onChange?: (...args: any[] | unknown[]) => any; onDraw?: (...args: any[] | unknown[]) => any; onDrawend?: (...args: any[] | unknown[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { SignatureCanvas };