/// <reference types="react" />
import { AlertProps } from '../../types';
declare function Alert({ children, type, open, theme }: AlertProps): JSX.Element;
export default Alert;
