import { type VariantProps } from "tailwind-variants"; import type { Classes } from "../theme/themeUtils"; export type DialogVariants = VariantProps & Classes; export declare const dialog: import("tailwind-variants").TVReturnType<{}, { base: string; form: string; close: string; }, undefined, {}, { base: string; form: string; close: string; }, import("tailwind-variants").TVReturnType<{}, { base: string; form: string; close: string; }, undefined, unknown, unknown, undefined>>;