import { MenuItem } from 'primevue/menuitem'; export type CpMenuPlacement = 'start' | 'end'; export interface Props { class?: string; drawerClass?: string; forcePopover?: boolean; isFullHeightDrawer?: boolean; items?: MenuItem[]; keepOpenOnClick?: boolean; placement?: CpMenuPlacement; } declare var __VLS_1: {}, __VLS_22: {}, __VLS_33: {}, __VLS_59: {}; type __VLS_Slots = {} & { trigger?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_22) => any; } & { title?: (props: typeof __VLS_33) => any; } & { default?: (props: typeof __VLS_59) => any; }; declare const __VLS_base: import('vue').DefineComponent void; hide: () => void; toggle: (event: Event) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { show: () => any; hide: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onShow?: (() => any) | undefined; onHide?: (() => any) | undefined; }>, { class: string; items: MenuItem[]; drawerClass: string; isFullHeightDrawer: boolean; keepOpenOnClick: boolean; placement: CpMenuPlacement; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CpMenu.vue.d.ts.map