import { FluidPassThrough } from 'primeng/types/fluid'; export * from 'primeng/types/fluid'; import { BaseComponent } from 'primeng/basecomponent'; import * as i1 from 'primeng/bind'; import { Bind } from 'primeng/bind'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; /** * * Fluid is a layout component to make descendant components span full width of their container. * * [Live Demo](https://www.primeng.org/fluid/) * * @module fluidstyle * */ declare enum FluidClasses { /** * Class name of the root element */ root = "p-fluid" } declare class FluidStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } interface FluidStyle extends BaseStyle { } /** * Fluid is a layout component to make descendant components span full width of their container. * @group Components */ declare class Fluid extends BaseComponent { $pcFluid: Fluid | undefined; bindDirectiveInstance: Bind; onAfterViewChecked(): void; _componentStyle: FluidStyle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class FluidModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { Fluid, FluidClasses, FluidModule, FluidStyle };