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