export declare const ActionBar: import("../utils").WithInstall JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { placeholder: boolean; safeAreaInsetBottom: boolean; }>>; export default ActionBar; export type { ActionBarProps } from './ActionBar'; declare module 'vue' { interface GlobalComponents { VanActionBar: typeof ActionBar; } }