import { HTMLAttributes, ReactNode, PureComponent } from 'react';
import PropTypes from 'prop-types';
import { CombinePropsAndAttributes } from '../../helpers';
interface ISelfProps {
children: ReactNode;
}
export declare type ITableFootProps = CombinePropsAndAttributes>;
export declare class TableFoot extends PureComponent {
static propTypes: {
children: PropTypes.Validator;
};
render(): JSX.Element;
}
export {};
//# sourceMappingURL=TableFoot.d.ts.map