interface MegaMenuProps {
    model?: any[];
    orientation?: string;
}

declare class MegaMenu {
    $props: MegaMenuProps;
}

export default MegaMenu;
