/** @typedef {typeof __propDef.props} MenuProps */ /** @typedef {typeof __propDef.events} MenuEvents */ /** @typedef {typeof __propDef.slots} MenuSlots */ export default class Menu extends SvelteComponentTyped<{ baseUrl?: string; links?: { Yousuf: string[]; Sajid: any[]; Shoaib: string[]; Shahid: string[]; }; }, { [evt: string]: CustomEvent; }, {}> { } export type MenuProps = typeof __propDef.props; export type MenuEvents = typeof __propDef.events; export type MenuSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { baseUrl?: string; links?: { Yousuf: string[]; Sajid: any[]; Shoaib: string[]; Shahid: string[]; }; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};