import type { IComponentPrototype } from "@xirang/studio-helpers"; export declare const CommonPrototypes: any; export declare const ActionPrototypes: ({ name: string; title: string; tip: string; setter: string; group: string; autoCompleteOptions: string[]; } | { name: string; title: string; tip: string; setter: string; group: string; autoCompleteOptions?: undefined; })[]; export declare const Select: IComponentPrototype;