export interface DeferableLoadingProps { onMounted: () => any | PromiseLike; onUnmounted: () => any; }