import { TypedHash } from "../entities/TypedHash";
export declare namespace Style {
    function classNames(...classes: Array<string | string[] | TypedHash<boolean>>): string;
}
