export declare const ADDON_ID = "storybookjs/rhf";
export declare const PANEL_ID = "storybookjs/rhf/panel";
export declare const PARAM_KEY = "form";
export declare const EVENTS: {
    RESULT: string;
    ERROR: string;
    DIRTY: string;
    FORM_STATE: string;
    REQUEST: string;
    CLEAR: string;
    SUBMIT: string;
};
