import { ComponentPrototypeType } from '@cuvp1225/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: ComponentPrototypeType;