import React from 'react'; import { DriveTableProps } from '../interface'; export declare const DriveTable: React.FC;