import { FC } from 'react'; import { IBlackcartProps } from '../types'; declare const BlackcartProvider: FC; export { BlackcartProvider };