import { Descriptor } from './Descriptor.js'; export interface State { /** * This parameter is the slideshow configuration. */ readonly descriptor?: Descriptor; }