declare const ribbonStyles: { base: (props?: ({ clipped?: boolean | null | undefined; tone?: "solid" | "light" | "glossy" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; position?: "right" | "left" | "top-right" | "top-left" | null | undefined; size?: "sm" | "md" | "lg" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | "lg" | "xl" | null | undefined; shadowColor?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | "none" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { ribbonStyles }; //# sourceMappingURL=Ribbon.styles.d.ts.map