import { XmlAttributeComponent } from "../../../../../file/xml-components"; export interface IDocGridAttributesProperties { readonly type?: string; readonly linePitch?: number; } export declare class DocGridAttributes extends XmlAttributeComponent { protected readonly xmlKeys: { type: string; linePitch: string; }; }