import { SelectLimeObjectsOptions, ContextAwareStateOptions } from '../../../lime-web-components/src'; /** * @deprecated use {@link SelectLimeObjectsOptions} from `@limetech/lime-web-components` instead */ export interface LimeobjectsOptions extends SelectLimeObjectsOptions { } /** * @param options * @deprecated use {@link SelectLimeObjects} from `@limetech/lime-web-components` instead */ export declare const Limeobjects: (options?: LimeobjectsOptions) => PropertyDecorator; /** * @param options * @deprecated use {@link SelectCurrentLimeObject} from `@limetech/lime-web-components` instead */ export declare const CurrentLimeobject: (options?: ContextAwareStateOptions) => PropertyDecorator;