import { SelectedVal } from "../../components/SelectedVal";
import ActionStore from "../ActionStore";
export declare function selectViewVar(actionStore: ActionStore, payload: {
    val: SelectedVal;
    selected: boolean;
    defaultLbl: SelectedVal;
}, target: EventTarget): void;
