import * as t from '@rekajs/types'; import { Frame } from '../frame'; export declare const queryFromFrame: (frame: Frame) => { appComponent: t.RekaComponent; componentProp: t.ComponentProp; externalState: t.ExternalState; globalState: t.Val; state1: t.Val; state2: t.Val; divTpl: t.TagTemplate; globalProp: t.Identifier; dataState1Prop: t.Identifier; dataState2Prop: t.Identifier; eachIterator: t.Identifier; eachAlias: t.ElementEachAlias; itemProp: t.Identifier; };