import type { FlowDirection } from '../../../Types/FlowDirection'; /** * Interface for properties inherited by child BannerElements. * * @public */ export interface IBannerGroupInherited { /** * Inherited disabled state. */ disabled?: boolean; /** * Inherited flow direction. */ dir?: FlowDirection; } /** * Context for BannerGroup → Banner inheritance. * * @public */ export declare const BANNER_GROUP_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=BannerGroupInheritanceContext.d.ts.map