import { ExButton } from "./index";
export declare function getButtonClass(props: InstanceType<typeof ExButton>["$props"]): string | undefined;
