import { Props, Emits } from './types'; /** * 操作 */ export declare const useHandler: (props: Readonly>, emit: Emits) => { onSubmit: (e: Event) => void; };