import { type MegaMenuProps as Props } from '.';
declare const MegaMenu: import("svelte").Component<Props, {}, "dropdownStatus">;
type MegaMenu = ReturnType<typeof MegaMenu>;
export default MegaMenu;
