import { HandleOptions } from '../types'; export declare const handle: ({ fieldDom, event, asterisk, action, state }: HandleOptions) => void;