import { ActionBarConfig } from "../../action-bar"; export declare enum ActionBarEvent { NEXT = "next", FINISH = "finish" } export declare const ACTION_BAR_CONFIG: ActionBarConfig; export declare const FINISH_ACTION_BAR_CONFIG: ActionBarConfig;