import { type AlertProps as Props } from '.';
declare const Alert: import("svelte").Component<Props, {}, "alertStatus">;
type Alert = ReturnType<typeof Alert>;
export default Alert;
