import clsx from "clsx";
import React from "react";
import { ThemingCSSFunction } from "./hookableStyles";
export declare const ClassNames: ({ children, }: {
    children: ({ css, cx, }: {
        css: ThemingCSSFunction;
        cx: typeof clsx;
    }) => React.ReactNode;
}) => React.ReactNode;
