import type { HTMLAttributes } from "svelte/elements";
declare const AlertTitle: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type AlertTitle = ReturnType<typeof AlertTitle>;
export default AlertTitle;
