import { AlertVariant, AlertAppearance } from '../types.js'; declare const useAlertLabelColor: (variant: AlertVariant, appearance: AlertAppearance) => string; export { useAlertLabelColor };