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