import { MenuItem } from 'primevue/menuitem'; interface Props { hideLabel?: boolean; isAsync?: boolean; isCritical?: boolean; isLoading?: boolean; isSelected?: boolean; leadingIcon?: string; tooltip?: string; trailingIcon?: string; } type __VLS_Props = Props & Omit; declare var __VLS_12: {}, __VLS_19: {}; type __VLS_Slots = {} & { 'leading-icon'?: (props: typeof __VLS_12) => any; } & { 'trailing-icon'?: (props: typeof __VLS_19) => any; }; declare const __VLS_base: import('vue').DefineComponent, { label: string; tooltip: string; command: undefined; leadingIcon: undefined; trailingIcon: undefined; isSelected: boolean; hideLabel: boolean; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (...args: any[]) => void; asyncComplete: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly, { label: string; tooltip: string; command: undefined; leadingIcon: undefined; trailingIcon: undefined; isSelected: boolean; hideLabel: boolean; }>>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onAsyncComplete?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType[K]>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_PrettifyLocal : P[K]; }; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; type __VLS_PrettifyLocal = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {}; //# sourceMappingURL=CpMenuItem.vue.d.ts.map