import * as i0 from '@angular/core'; import * as _ng_nest_ui_core from '@ng-nest/ui/core'; import { XNumber } from '@ng-nest/ui/core'; /** * Inner * @selector x-inner * @decorator component */ declare const XInnerPrefix = "x-inner"; declare const XInnerProperty_base: new () => { config: _ng_nest_ui_core.XInnerConfig | undefined; }; /** * Inner Property */ declare class XInnerProperty extends XInnerProperty_base { /** * @zh_CN 内边距 * @en_US Inner padding */ readonly padding: i0.InputSignalWithTransform; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class XInnerComponent extends XInnerProperty { className: string; get getPadding(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class XInnerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { XInnerComponent, XInnerModule, XInnerPrefix, XInnerProperty };