import React = require("react");

interface TableFooterProps {
}

export class TableFooter extends React.Component<TableFooterProps,any> {}