export declare type PageMargins = { paddingInlineStart: string; paddingInlineEnd: string; }; export declare type MediaQueryPageMargins = { [key: string]: PageMargins; };