import { Layout } from "./layout"; import { FixedLabel } from "./fixedLabel"; export declare class LayoutFixed extends Layout { protected readonly layout: typeof FixedLabel; }