import { TServiceParams } from "@digital-alchemy/core"; import { PickManyComponentOptions } from "../../helpers"; /** * ## Pick many widget * * Renders 2 lists side by side. * One contains a source, one contains a list of selected values. */ export declare function PickMany({ terminal, internal, config }: TServiceParams): (options: PickManyComponentOptions) => Promise;