declare const cssClasses: { WRAPPER: string; LIST: string; NOTICE: string; }; declare const strings: { types: string[]; themes: string[]; directions: readonly ["ltr", "rtl"]; }; declare const numbers: { duration: number; }; export { cssClasses, strings, numbers };