import Alert, { AlertProps as TAlertProps } from './Alert'; export type AlertProps = TAlertProps; export default Alert;