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