import type { SFCWithInstall } from '../_util/interface';
import Alert from './alert';
export { alertProps } from './alert';
export type { AlertProps } from './alert';
type AlertType = SFCWithInstall<typeof Alert>;
export declare const FAlert: AlertType;
export default FAlert;