import React from 'react'; import './Slide.scss'; interface SlideProps { bem: any; behaviors: any; manifest: any; canvas: any; region: any; renderPanel?: (args: any) => void; fullscreenProps: any; backgroundColor: string; mobile: boolean; manifestUri: string; } declare const _default: React.FC>; export default _default; //# sourceMappingURL=Slide.d.ts.map