import { FC } from 'react'; import { ProductTableSchema } from './lineTable.types'; declare const ProductTableV3: FC; export default ProductTableV3;