export interface IDocLayout {
    [index: string]: string;
}
