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