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