import { type IAttributeDescriptor, type IResultAttributeHeader } from "@gooddata/sdk-model"; export type IUnwrappedAttributeHeadersWithItems = IAttributeDescriptor["attributeHeader"] & { items: IResultAttributeHeader[]; }; export declare const LEFT = "left"; export declare const RIGHT = "right"; export declare const TOP = "top"; export declare const BOTTOM = "bottom"; export declare const AUTO = "auto"; //# sourceMappingURL=mess.d.ts.map