export declare const overrideRuleDefinitions: readonly ({ readonly id: "surfaceBackground-allowed-values" | "surfacePrimary-allowed-values" | "actionSurface-allowed-values" | "linkColor-allowed-values" | "danger-allowed-values" | "success-allowed-values" | "warning-allowed-values" | "info-allowed-values" | "borderRadius-allowed-values" | "buttonBorderRadius-allowed-values"; readonly type: "allowed-values"; readonly phase: "intent"; readonly description: "surfaceBackground must use its package-owned source set" | "surfacePrimary must use its package-owned source set" | "actionSurface must use its package-owned source set" | "linkColor must use its package-owned source set" | "danger must use its package-owned source set" | "success must use its package-owned source set" | "warning must use its package-owned source set" | "info must use its package-owned source set" | "borderRadius must use its package-owned source set" | "buttonBorderRadius must use its package-owned source set"; readonly severity: "error"; readonly calibration: "approved"; readonly selectionId: "danger" | "success" | "warning" | "info" | "surfaceBackground" | "surfacePrimary" | "actionSurface" | "linkColor" | "borderRadius" | "buttonBorderRadius"; readonly sourceSetId: "action-surface-sources" | "surface-background-sources" | "surface-primary-sources" | "link-color-sources" | "danger-sources" | "success-sources" | "warning-sources" | "info-sources" | "radius-sources"; } | { readonly id: `link-${string}-contrast`; readonly type: "contrast"; readonly phase: "resolved"; readonly description: `Links should remain readable on ${string} surfaces`; readonly severity: "warning"; readonly calibration: "provisional"; readonly source: "color.content.link"; readonly against: `color.surface.${string}`; readonly minRatio: 4.5; } | { readonly id: `${string}-action-proximity`; readonly type: "proximity"; readonly phase: "resolved"; readonly description: `${string} should remain visually distinct from Action`; readonly severity: "warning"; readonly calibration: "provisional"; readonly source: `color.surface.${string}.strong`; readonly against: "color.surface.action.strong"; readonly minDeltaE: 20; } | { readonly id: "action-strong-contrast"; readonly type: "contrast"; readonly phase: "resolved"; readonly description: "Action content should remain readable on the strong action surface"; readonly severity: "warning"; readonly calibration: "provisional"; readonly source: "color.surface.action.strong"; readonly against: "color.content.action-on-strong"; readonly minRatio: 4.5; } | { readonly id: "surface-background-content-contrast"; readonly type: "contrast"; readonly phase: "resolved"; readonly description: "Primary content should remain readable on the app background"; readonly severity: "warning"; readonly calibration: "provisional"; readonly source: "color.surface.background"; readonly against: "color.content.primary"; readonly minRatio: 7; })[]; //# sourceMappingURL=ruleDefinitions.d.ts.map