import { FunctionComponent } from 'react'; interface ArchiveProductProps { space: any; open: boolean; onClose: any; } declare const ArchiveProduct: FunctionComponent; export default ArchiveProduct;