import type { TextProps } from '../../jsx'; export interface ItemLabelProps extends TextProps { indexes: number[]; } export declare const ItemLabel: ({ indexes, children, ...props }: ItemLabelProps) => any;