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