import type { Size } from '../../../Types/Size'; /** * Interface for properties inherited by child DotElements. * * @public */ export interface IDotGroupInherited { /** * Inherited size. */ size?: Size; } /** * Context for DotGroup → Dot inheritance. * * @public */ export declare const DOT_GROUP_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=DotGroupInheritanceContext.d.ts.map