import { ItemId } from './components'; /** * Возвращает id для элемента футера * @function helper */ export declare const getFooterItemId: (id: ItemId) => string; /** * Возвращает id для элемента, подставляя перфикс * @function helper */ export declare const getItemAutoId: (prefix: ItemId, id: ItemId) => string; /** * Возвращает id для дефолтного элемента * @function helper */ export declare const getDefaultItemId: (id: ItemId) => string;