import React from 'react'; type Props = {}; declare const AppStickyUserController: (props: Props) => React.JSX.Element; export default AppStickyUserController;