import { PageConfigTypes } from "../../../custom-types/pageConfig-types";
/**
 * @param  selectionType - only accepts 'value' or 'text'
 * @param  value -> to select the option by value of the element
 * @param  dismiss -> to select the option by text
 */
export default function (selectionType: string, data: string, pageConfig: PageConfigTypes): Promise<void>;
