/** @typedef {typeof __propDef.props} AboutUs2Props */ /** @typedef {typeof __propDef.events} AboutUs2Events */ /** @typedef {typeof __propDef.slots} AboutUs2Slots */ export default class AboutUs2 extends SvelteComponentTyped<{ properties: any; settings: any; }, { [evt: string]: CustomEvent; }, {}> { } export type AboutUs2Props = typeof __propDef.props; export type AboutUs2Events = typeof __propDef.events; export type AboutUs2Slots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { properties: any; settings: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};