import { DialogType } from '../model/dialog-type.ts';
export declare function useGetDialogButtonColor(dialogType: DialogType): string;
