import { type ExtractPropTypes } from 'vue'; export declare const contextMenuContentProps: { icon: { type: StringConstructor; }; withIcon: { type: BooleanConstructor; }; title: { type: StringConstructor; }; arrow: { type: BooleanConstructor; }; disabled: { type: BooleanConstructor; }; hover: { type: BooleanConstructor; }; }; export type ContextMenuContentProps = ExtractPropTypes;