import { AlertProps as UnStyledAlertProps } from '@sheinx/base';
/**
 * @title Alert
 */
export type AlertProps = Omit<UnStyledAlertProps, 'jssStyle'>;
