import { Icon } from '@judo/model-api'; /** * Build a MUI `startAdornment` for a TextField-based input if the model element * has an icon defined. Returns `undefined` when no icon is present so that callers * can spread the result into slotProps without conditional logic. * * @example * ```tsx * * ``` */ export declare function buildIconAdornment(icon: Icon | undefined): React.ReactNode | undefined; //# sourceMappingURL=icon-adornment.d.ts.map