import type { Widget, IndexWidget } from '../../types'; export declare function isIndexWidget(widget: Widget | IndexWidget): widget is IndexWidget;