import { ActionBarProps, ActionBarEvents, ActionOption } from './types';
declare const _default: import("vue-tsx-support")._TsxComponentV3<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>> & import("../_utils/defineComponent").OhuComponentInnerProps & {
    state: boolean;
} & {
    getActions(): VueTsxSupport.JSX.Element[];
} & {
    visible: boolean;
    actions: ActionOption[];
    toolbar: boolean;
    divider: boolean;
}, {}, {} & {
    divider?: boolean | undefined;
    visible?: boolean | undefined;
    toolbar?: boolean | undefined;
    actions?: ActionOption[] | undefined;
} & ActionBarProps, ActionBarEvents, {}, {}>;
export default _default;
