import { KettalPageActions } from '@/types/KTable.ts'; declare const _default: import("vue").DefineComponent<{ /** Title of the sidebar */ sidebarTitle?: string; pageActions: KettalPageActions[]; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: (...args: any[]) => void; activeAction: (...args: any[]) => void; toggleColumnDrawer: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<{ /** Title of the sidebar */ sidebarTitle?: string; pageActions: KettalPageActions[]; }> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onActiveAction?: ((...args: any[]) => any) | undefined; onToggleColumnDrawer?: ((...args: any[]) => any) | undefined; }>, { sidebarTitle: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;