import { Alert } from './alert';
import { AlertIcon } from './alert-icon';

// export types
export type { AlertProps } from './alert';
export type { AlertIconProps } from './alert-icon';

// export component
export { Alert, AlertIcon };
