import * as React from 'react'; export interface FooterRowProps {} declare const FooterRow: React.FunctionComponent; export default FooterRow;