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