import { BaseButtonProps, LoadingConfigType } from '.';
export declare function getLoadingConfig(loading: BaseButtonProps['loading']): LoadingConfigType;
