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