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