export interface UserNameViewProps { helloText: string; } export declare function UserNameView(props: UserNameViewProps): any;