import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type MenuSubMenuStoryProps = typeof __propDef.props; export declare type MenuSubMenuStoryEvents = typeof __propDef.events; export declare type MenuSubMenuStorySlots = typeof __propDef.slots; export default class MenuSubMenuStory extends SvelteComponentTyped { } export {};