import { Theme, CSSObject } from '@mui/material';

declare const tone1: (theme: Theme) => string;
declare const tone2: (theme: Theme) => string;
declare const tone3: (theme: Theme) => string;
declare const tone4: (theme: Theme) => string;
declare const tone5: (theme: Theme) => string;
declare const tone3_lowOpacity_text: (theme: Theme) => CSSObject;
declare const tone3_border: (theme: Theme, width?: number, surfaceColor?: string) => CSSObject;
declare const tone3_ai_icon: (theme: Theme) => CSSObject;

export { tone1, tone2, tone3, tone3_ai_icon, tone3_border, tone3_lowOpacity_text, tone4, tone5 };
