/** @typedef {typeof __propDef.props} BuildingOfficeIconProps */ /** @typedef {typeof __propDef.events} BuildingOfficeIconEvents */ /** @typedef {typeof __propDef.slots} BuildingOfficeIconSlots */ export default class BuildingOfficeIcon extends SvelteComponentTyped<{ [x: string]: any; }, { [evt: string]: CustomEvent; }, {}> { } export type BuildingOfficeIconProps = typeof __propDef.props; export type BuildingOfficeIconEvents = typeof __propDef.events; export type BuildingOfficeIconSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; }; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};