import React from "react";
export declare function SBThemeProvider(props: {
    children: React.ReactNode;
}): React.ReactNode;
