export class Globals extends Component { _onNavigate: null; redirect(path: any): void; displaySnackbar(message: any): void; setOnNavigate(onNavigate: any): void; onNavigate(message: any, callback: any): void; displayConfirmation({ title, text, callback, alert }: { title: any; text: any; callback: any; alert: any; }): void; displayAlert({ title, text, callback }: { title: any; text: any; callback: any; }): void; } declare var _default: Globals; export default _default; import Component from "./component";