import { GTIndexedSelectElement, GTUnindexedSelectElement } from './types'; import { type MessageFormatElement } from '@formatjs/icu-messageformat-parser/types.js'; export declare function isGTIndexedSelectElement(child: MessageFormatElement): child is GTIndexedSelectElement; export declare function isGTUnindexedSelectElement(child: MessageFormatElement): child is GTUnindexedSelectElement;