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