import type { LivelineProps } from './types'; declare const Liveline: import("svelte").Component; type Liveline = ReturnType; export default Liveline; //# sourceMappingURL=Liveline.svelte.d.ts.map