import { QueryList } from '@angular/core';
import { SiderComponent } from './sider.component';
import * as i0 from "@angular/core";
export declare class LayoutComponent {
    set siders(value: QueryList<SiderComponent>);
    hasSider: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "xui-layout", never, {}, {}, ["siders"], ["*"], false, never>;
}
