export declare const LOADING_BUTTON_CLASSNAME = "astral-button-loading"; export { buttonClasses } from '@mui/material'; export declare const buttonColorClassnames: { primary: string; error: string; success: string; warning: string; }; export declare const buttonClassnames: { primary: string; error: string; success: string; warning: string; root: string; loading: string; };