import React from "react"; declare const ThemePrimaryColor: ({ children }: React.PropsWithChildren) => JSX.Element; export default ThemePrimaryColor;