import { IThemeStatusColorHex } from '../../type'; declare const getHexStatusColor: () => IThemeStatusColorHex; export { getHexStatusColor };