import type { MegaMenuProps } from './type';
import MegaMenu from './MegaMenu.svelte';
import { megamenu } from './theme';
export { MegaMenu, type MegaMenuProps, megamenu };
