/** * @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 */ export interface SignatureBottomActionsProps { showClear: boolean; size: string; title: string; } /** * @hidden */ declare const SignatureBottomActions: import('vue').DefineComponent; size: PropType; title: PropType; }>, {}, {}, {}, { onClear(e: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { clear: any; }, string, import('vue').PublicProps, Readonly; size: PropType; title: PropType; }>> & Readonly<{ onClear?: (...args: any[] | unknown[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { SignatureBottomActions };