export function normalizeWrap(attrs?: Object): { type: string; attrs: Record; }; export function normalizeMarginOffset(marginOffset?: Object): { horizontal?: number; top?: number; right?: number; bottom?: number; }; export function getNormalizedImageAttrs(attrs?: Object): { wrap: { type: string; attrs: Record; }; marginOffset: Record; }; //# sourceMappingURL=legacyAttributes.d.ts.map