import { ItemElement } from'../types/Elements';
/**
* Sets focus to the item's content
* @paramitem - item (<li>) to select
* @paramatStart - where to set focus: at the start or at the end
*/exportdeclarefunctionfocusItem(item: ItemElement, atStart?: boolean): void;