import { ButtonBaseType } from "../../Button/interface"; export declare type ButtonConfigType = Partial>; export declare const ButtonConfig: ButtonConfigType;