import { FC } from 'react'; import { AlertInterface } from './alert.types'; export declare const Alert: FC;