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