import { SvelteComponentTyped } from "svelte"; declare const __propDef: any; export type ViewerProps = typeof __propDef.props; export type ViewerEvents = typeof __propDef.events; export type ViewerSlots = typeof __propDef.slots; export default class Viewer extends SvelteComponentTyped { } export {};