import { FunctionalComponent } from '../../stencil-public-runtime'; type SlideProps = { key?: string; cover: string; }; export declare const Slide: FunctionalComponent; export {};