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