import * as React from 'react'; import moment from 'moment'; export declare const StyledConsumptionSpacer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export interface IAnalyticsHeaderRowProps { headerTitle: string; lastUpdatedTime?: moment.Moment; roomTypeId?: string; closeModalHandler?: () => void; } declare const AnalyticsHeaderRow: React.FunctionComponent; export default AnalyticsHeaderRow;