import React from "react"; interface BootstrapContextValue { bootstrap4: boolean; } export declare const BootstrapContext: React.Context; export {};