import { StateOptions } from '../../../lime-web-components/src'; /** * @param options * @deprecated use {@link SelectCurrentUser} from `@limetech/lime-web-components` instead */ export declare const CurrentUser: (options?: StateOptions) => PropertyDecorator;