export declare class KvLoader { /** (optional) If `true` the loader is enabled */ isLoading: boolean; /** (optional) If `true` the loader is overlay */ hasOverlay: boolean; render(): any; }