import { ParseMethod } from '../Types.js'; import { PropertyList } from '../../../core/Tree/Node.js'; export declare function padding(colorPadding: string): PropertyList; export declare const ColorMethods: { [key: string]: ParseMethod; };