import { PrefabComponentOption, ValueDefault, ValueRef } from '../../types/options'; type OptionProducer = (key: string) => PrefabComponentOption; type RedundantKeys = 'type' | 'key' | 'label'; type Attributes = Omit | Omit; export declare const actionInputObjects: (label: string, attrs: Attributes) => OptionProducer; export {};