import React = require("react");

interface TreeTableFooterProps {
}

export class TreeTableFooter extends React.Component<TreeTableFooterProps,any> {}