export declare const margin: { validate: (ast: import("../ast-types.ts").CSSValueAST[], options?: import("../define-property.ts").ActionParams) => [...errors: string[]]; getFormat: (ast: import("../ast-types.ts").CSSValueAST[], options?: import("../define-property.ts").ActionParams) => "all" | "horizontal-vertical" | "top-horizontal-bottom" | "top-right-bottom-left"; classify: (ast: import("../ast-types.ts").CSSValueAST[], options?: import("../define-property.ts").ActionParams & { deep?: boolean; ignoreComments?: boolean; }) => Record<"margin-top" | "margin-right" | "margin-bottom" | "margin-left", { value: import("../ast-types.ts").CSSValueAST[]; resolved: { origin: import("../value-parser.ts").ParseResults; nodes: import("../ast-types.ts").CSSValueAST[]; }[][]; isProperty: boolean; }>; }; //# sourceMappingURL=margin.d.ts.map