export type PageMarginsInfo = { left: number; right: number; top: number; bottom: number; header: number; footer: number; };