export declare const getButtonLabel: (label: string | undefined, success: boolean, successLabel: string | undefined, loading: boolean, loadingLabel: string | undefined) => string | undefined;