export declare const BannerGroupStacking: { readonly Vertical: "vertical"; readonly Depth: "depth"; }; export type BannerGroupStacking = typeof BannerGroupStacking[keyof typeof BannerGroupStacking]; //# sourceMappingURL=BannerGroupStacking.d.ts.map