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