export type { IAlertProps, IAlertContext } from './types'; import type { IAlertComponentType } from './types'; declare const Alert: IAlertComponentType; export { Alert };