/** * Get realtime updates of collection/query */ export declare const UsersComponent: () => JSX.Element; /** * Get realtime updates of document */ export declare const UserComponent: ({ id }: { id: string; }) => JSX.Element;