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