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