import Alert from './components/Alert';
export type { AlertProps, AlertStyle } from './types/index';
export default Alert;
