export declare const background: { 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) => string; classify: (ast: import("../ast-types.ts").CSSValueAST[], options?: import("../define-property.ts").ActionParams & { deep?: boolean; ignoreComments?: boolean; }) => Record<"background-image" | "background-position" | "background-size" | "background-repeat" | "background-origin" | "background-clip" | "background-attachment" | "background-color", { value: import("../ast-types.ts").CSSValueAST[]; resolved: { origin: import("../value-parser.ts").ParseResults; nodes: import("../ast-types.ts").CSSValueAST[]; }[][]; isProperty: boolean; }>[]; }; //# sourceMappingURL=background.d.ts.map