import * as i0 from "@angular/core";
/**
 * This component provides a flexible way to create a layout that is fixed to either the top or bottom of its parent container.
 * It's useful for creating headers, footers, or any element that should remain in view regardless of the scrolling content.
 */
export declare class FixedLayoutComponent {
    vertical: import("@angular/core").InputSignal<"bottom" | "top">;
    get isTopPosition(): boolean;
    get isBottomPosition(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<FixedLayoutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FixedLayoutComponent, "tgui-fixed-layout", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
}
