import type { DecoratedItem } from '../../interfaces'; /** * Fill an item: * - Add the _component decoration. * - Re-define the _sortData property. * * @param item - The item to fill. */ export declare function fillItem(item: DecoratedItem): void;