import React from 'react';
import '../styles/ProductEditor.css';
declare const ProductEditor: React.FC;
export default ProductEditor;
