export declare class Alerts {
  position: string;
  render(): any;
}
