import { SetDisplayActionBarCommandArguments } from './types';
export declare const actionsBar: {
    /**
     * Decides whether to display the actions bar
     *
     * @param arg object containing the `displayActionBar` which is a boolean
     * level.
     * Refer to {@link SetDisplayActionBarCommandArguments} to understand the argument structure.
     */
    setDisplayActionBar: (arg: SetDisplayActionBarCommandArguments) => void;
};
