export declare const handleFrameworkEventAngular: (component: any, event: any, modelValue?: string, lastValue?: any) => void; export declare const handleFrameworkEventVue: (emit: (event: string, ...args: any[]) => void, event: any, modelValue?: string) => void; export declare const addResetEventListener: (element: any, resetFunction: (event: Event) => void, signal: AbortSignal) => void; export declare const addCheckedResetEventListener: (element: any, props: { checked?: boolean | string; defaultChecked?: boolean; }, resetFunction: (event: any) => void, signal: AbortSignal) => void; export declare const addValueResetEventListener: (element: any, props: { value?: string; defaultValue?: string; }, resetFunction: (event: any) => void, signal: AbortSignal) => void;