import React from "react"; interface IProps { theme: any; children: any; } export declare const CssVarThemeProvider: React.FC; export {};