export declare function useSetClassName(params: {
    qualifiedName: "html" | "body";
    className: string | undefined;
}): void;
