Version: 0.1.60.1.70.1.80.1.90.1.100.1.140.1.170.1.180.1.200.1.210.1.220.1.230.1.240.1.250.1.260.1.270.1.280.1.290.1.300.1.310.1.320.1.330.1.340.1.350.1.360.1.370.1.380.1.390.1.400.1.410.1.420.1.430.1.440.1.450.1.460.1.470.1.480.1.490.1.500.2.00.2.10.2.20.2.30.2.40.2.50.2.60.2.70.2.80.2.90.2.100.2.110.2.120.2.130.2.140.3.00.3.10.3.20.3.30.3.40.3.50.3.60.3.70.3.80.3.90.3.110.3.120.3.130.3.140.4.00.4.10.4.20.5.00.5.10.5.20.5.30.5.50.5.60.5.70.5.80.5.90.5.100.5.110.5.120.5.130.5.140.5.150.5.160.5.170.5.180.5.190.5.200.5.210.5.220.5.230.5.240.5.250.5.260.5.270.5.280.5.290.5.300.5.310.6.00.7.00.8.00.9.00.10.00.10.10.10.20.11.00.11.10.11.20.11.30.11.40.12.00.12.1
import React from 'react';
export declare function Table({ children }: {
children: any;
}): React.JSX.Element;
export declare function Tr({ children, isOdd }: {
isOdd: any;
export declare function Td({ children }: {
export declare function Th({ children }: {