import * as React from 'react'; interface LightboxProps { id?: string; images?: any[]; target?: string; style?: object; className?: string; easing?: string; effectDuration?: string; } export class Lightbox extends React.Component {}