export declare const TEXT: {
  intlClose: string;
};
export declare const DURATIONS: {
  slow: number;
  medium: number;
  fast: number;
};
export declare const SLOTS: {
  title: string;
  message: string;
  link: string;
};
