interface CardHeaderContextValue { cardHeaderBsPrefix: string; } declare const context: import("solid-js").Context; export default context;