/** @typedef {typeof __propDef.props} FileTrayStackedProps */ /** @typedef {typeof __propDef.events} FileTrayStackedEvents */ /** @typedef {typeof __propDef.slots} FileTrayStackedSlots */ export default class FileTrayStacked extends SvelteComponentTyped< { [x: string]: any }, { [evt: string]: CustomEvent }, {} > {} export type FileTrayStackedProps = typeof __propDef.props export type FileTrayStackedEvents = typeof __propDef.events export type FileTrayStackedSlots = typeof __propDef.slots import { SvelteComponentTyped } from 'svelte' declare const __propDef: { props: { [x: string]: any } events: { [evt: string]: CustomEvent } slots: {} } export {}