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