import { TooltipProps } from "./Tooltip";
declare const useStyles: (props: TooltipProps) => Record<"tooltip", string>;
export default useStyles;
