import React = require("react");

interface FooterCellProps {
}

export class FooterCell extends React.Component<FooterCellProps,any> {}