/** Name of CSS properties that should use color resolver */ export declare const colorProps: readonly ["backgroundColor", "borderColor", "borderBlockColor", "borderBottomColor", "borderLeftColor", "borderRightColor", "borderTopColor", "borderBlockColor", "borderBlockEndColor", "borderBlockStartColor", "borderInlineColor", "borderInlineEndColor", "borderInlineStartColor", "color", "fill", "outlineColor", "stroke"]; /** Name of CSS properties that should use borderRadius theme value or their own theme value */ export declare const borderRadiusProps: readonly ["borderRadius", "bordeTopLeftRadius", "bordeTopRightRadius", "bordeBottomLeftRadius", "bordeBottomRightRadius"]; //# sourceMappingURL=constants.d.ts.map