import ValueState from '@ui5/webcomponents-base/dist/types/ValueState.js';
export declare const getIconNameForType: (type: ValueState | keyof typeof ValueState) => string;
