import React from 'react';
import { ILine } from '../Line/Line';
export declare type IModalMain = ILine & {};
declare const ModalMain: React.FC<IModalMain>;
export default ModalMain;
