export declare const DURATIONS: {
  slow: number;
  medium: number;
  fast: number;
};
export declare const SLOTS: {
  actionsEnd: string;
  title: string;
  message: string;
  link: string;
};
export declare const CSS: {
  actionsEnd: string;
  container: string;
  close: string;
  slottedInShell: string;
};
