import { type FmPageHeadAction } from '@feedmepos/ui-library'; type __VLS_Props = { loading: boolean; title: string; onBack?: () => void; businessFilter?: boolean; restaurantFilter?: boolean; }; export type LayoutAction = { label: string; fn: () => void; } & Omit; declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: ((props: {}) => any) | undefined; }>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };