import { type VariantProps } from "tailwind-variants"; export declare const alertVariants: import("tailwind-variants").TVReturnType<{ variant: { note: string; danger: string; tip: string; warning: string; success: string; }; }, undefined, "inset-shadow-sm relative rounded-xl px-4 pb-4 pt-[22px] ring [&>svg+h5]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-6", { variant: { note: string; danger: string; tip: string; warning: string; success: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ variant: { note: string; danger: string; tip: string; warning: string; success: string; }; }, undefined, "inset-shadow-sm relative rounded-xl px-4 pb-4 pt-[22px] ring [&>svg+h5]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-6", unknown, unknown, undefined>>; export type AlertVariant = VariantProps["variant"]; import type { HTMLAttributes } from "svelte/elements"; import type { WithElementRef } from "bits-ui"; type $$ComponentProps = WithElementRef> & { variant?: AlertVariant; }; declare const Alert: import("svelte").Component<$$ComponentProps, {}, "ref">; type Alert = ReturnType; export default Alert;