import { FC, PropsWithChildren } from 'react'; type AutoScout24ThemeProviderProps = PropsWithChildren; declare const AutoScout24ThemeProvider: FC; export { AutoScout24ThemeProvider }; export type { AutoScout24ThemeProviderProps };