import { IDashboard } from './..'; export interface IFooterOptions { visible?: boolean; text?: string; dashboard?: IDashboard; }