import { FC } from 'react'; import { AlertProps } from 'types'; export declare const Alert: FC; export default Alert;