/** @typedef {typeof __propDef.props} BiHouseDoorFillProps */ /** @typedef {typeof __propDef.events} BiHouseDoorFillEvents */ /** @typedef {typeof __propDef.slots} BiHouseDoorFillSlots */ export default class BiHouseDoorFill extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiHouseDoorFillProps = typeof __propDef.props; export type BiHouseDoorFillEvents = typeof __propDef.events; export type BiHouseDoorFillSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};