declare const modalStyles: { base: (props?: ({ mode?: "dialog" | "fullscreen" | null | undefined; color?: "white" | "gray" | "slate" | "zinc" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | "lg" | "xl" | null | undefined; size?: "sm" | "md" | "lg" | "xl" | "auto" | "screen" | null | undefined; position?: "center" | "top" | "bottom" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { modalStyles }; //# sourceMappingURL=Modal.styles.d.ts.map