import { Alert } from 'react-bootstrap'; import './index.scss'; export declare type TVariant = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light'; export { Alert };