import { type SlotsType, type ExtractPropTypes } from 'vue'; export declare const contextSubMenuProps: { disabled: { type: BooleanConstructor; }; divided: { type: BooleanConstructor; }; icon: { type: StringConstructor; }; title: { type: StringConstructor; }; }; export type ContextSubMenuProps = ExtractPropTypes; export interface ContextSubMenuSlots { default: {}; } export declare const contextSubMenuSlots: SlotsType;