export declare const DEFAULT_OPTIONS: {
  selector: string;
  type: string;
  message: string;
  background: string;
  duration: number;
  show: boolean;
  zIndex: number;
  top: number;
  color: string;
  safeAreaInsetTop: boolean;
  onClick: () => void;
  onOpened: () => void;
  onClose: () => void;
  animationDuration: number;
};
export declare const DEFAULT_KEY = 'message';
