import { MantineTheme } from '../../theme';
interface TooltipStyles {
    theme: MantineTheme;
    color: string;
}
declare const _default: (args?: TooltipStyles, classNames?: Partial<Record<"body" | "tooltip" | "root" | "arrow" | "wrapper", string>>, name?: string) => Record<"body" | "tooltip" | "root" | "arrow" | "wrapper", string>;
export default _default;
//# sourceMappingURL=Tooltip.styles.d.ts.map