declare const overlayStyles: { base: (props?: ({ opacity?: "25" | "50" | "75" | null | undefined; open?: boolean | null | undefined; color?: "white" | "gray" | "dark" | null | undefined; blur?: "none" | "sm" | "base" | "md" | "lg" | "xl" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { overlayStyles }; //# sourceMappingURL=Overlay.styles.d.ts.map