export declare type UserIndicatorProps = { identified: boolean; disableTransition?: boolean; }; export declare const UserIndicator: ({ identified, disableTransition }: UserIndicatorProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map