import React from 'react';
declare const BigImg: ({ instance }: {
    instance: any;
}) => React.JSX.Element;
export default BigImg;
