import { PropsWithChildren } from "react"; declare function CssProvider(props: PropsWithChildren): JSX.Element; export default CssProvider;