import React from 'react'; interface CardContextType { cardHeaderBsPrefix: string; } declare const context: React.Context; export default context;