import type { FC } from 'react'; type Props = { className?: string; dataTestId?: string; }; export declare const ThemeSelector: FC; export {};