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