import { ContentConfig } from '../../content/content-config'; export declare class PresentationSlide { private _title; private _contentConfig; constructor(title: string, contentConfig: ContentConfig); readonly title: string; readonly contentConfig: ContentConfig; }