import type { HtmlIngredientProps } from '../types.js'; export interface AlertDialogPositionerProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const AlertDialogPositioner: import("svelte").Component; type AlertDialogPositioner = ReturnType; export default AlertDialogPositioner;