import type { AlertTitleProps } from '../types/index.js';
declare const AlertTitle: import("svelte").Component<AlertTitleProps, {}, "">;
type AlertTitle = ReturnType<typeof AlertTitle>;
export default AlertTitle;
