import { SymbolKind } from '../../symbol/symbolIndex';
import { default as ElementBinder } from './elementBinder';
export default class TableGroupBinder extends ElementBinder {
    protected subfield: {
        arg: {
            argBinderRules: {
                shouldBind: true;
                topSubnamesSymbolKind: SymbolKind[];
                remainingSubnamesSymbolKind: SymbolKind;
                ignoreNameNotFound: boolean;
            }[];
        };
        settingList: {};
    };
    protected settingList: {};
}
