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