export declare const CSS_UTILITY: {
  autoTheme: string;
  darkTheme: string;
  lightTheme: string;
  rtl: string;
};
