import type { UmbElementVariantOptionModel } from '../types.js'; /** * @function isNotPublishedMandatory * @param {UmbElementVariantOptionModel} option - the option to check. * @returns {boolean} boolean */ export declare function isNotPublishedMandatory(option: UmbElementVariantOptionModel): boolean;