import { Colors } from "../annonce.types"; declare const root = "block w-fit flex gap-2 justify-between items-center pr-3 pl-1.5 py-1.5 transition duration-200 rounded-[--annonce-border-radius]"; declare const concern: Colors; declare const message: string; export { root, concern, message };