/// import { AlertProps } from './types'; declare const Alert: { (props: AlertProps): JSX.Element; defaultProps: { color: string; fullWidth: boolean; }; }; export default Alert;