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