import { FC, ReactNode } from 'react';

declare const ThemeSwitcherButton: FC<{
    children: ReactNode;
}>;

export { ThemeSwitcherButton };
