import * as i0 from '@angular/core';
import * as _ng_nest_ui_core from '@ng-nest/ui/core';
import { XTemplate } from '@ng-nest/ui/core';
/**
* Empty
* @selector x-empty
* @decorator component
*/
declare const XEmptyPrefix = "x-empty";
declare const XEmptyProperty_base: new () => {
config: _ng_nest_ui_core.XEmptyConfig | undefined;
};
/**
* Empty Property
*/
declare class XEmptyProperty extends XEmptyProperty_base {
/**
* @zh_CN 图片地址或自定义模板
* @en_US Picture address or custom template
* @example
*
* ```html
*
*
*
* ```
*
*/
readonly img: i0.InputSignal;
/**
* @zh_CN 内容或自定义模板
* @en_US Content or custom template
* @example
*
* ```html
*
*
*
*
* None data
*
* ```
*
*/
readonly content: i0.InputSignal;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}
declare class XEmptyComponent extends XEmptyProperty {
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}
declare class XEmptyModule {
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵmod: i0.ɵɵNgModuleDeclaration;
static ɵinj: i0.ɵɵInjectorDeclaration;
}
export { XEmptyComponent, XEmptyModule, XEmptyPrefix, XEmptyProperty };