import type { ButtonProps } from "../Button";
export declare function createDisabledClass(props: Partial<Pick<ButtonProps, "type" | "danger">>): import("@cn-ui/reactive").ComputedAtom<string>;
