interface IWaitComponent { readonly busy: boolean; readonly text: string; } export { IWaitComponent };