import React from 'react'; export interface OrderBatchActionBarProps { locales: any; selectedKeys: React.Key[]; selectedRows: any[]; onClearSelection: () => void; } declare const OrderBatchActionBar: React.FC; export default OrderBatchActionBar;