export default class LightBoxMultiple extends React.Component<any, any, any> {
    constructor(props: any);
    constructor(props: any, context: any);
    state: {
        index: number;
        show: boolean;
        downloading: boolean;
    };
    render(): JSX.Element;
}
import React from 'react';
