/// declare const Alert: ({ width, height, color, accentColor }: { width: any; height: any; color: any; accentColor: any; }) => JSX.Element; export default Alert;