type $$ComponentProps = { title?: string; description?: string; confirmLabel?: string; cancelLabel?: string; confirmLoading?: boolean; }; declare const ConfirmDialogStory: import("svelte").Component<$$ComponentProps, {}, "">; type ConfirmDialogStory = ReturnType; export default ConfirmDialogStory;