import React from 'react'; import { IConfigsSiteContext, IContextConfigSite } from './interfaces'; declare function ConfigSiteProvider({ children, Swiper, SwiperSlide, EffectFade }: IContextConfigSite): React.JSX.Element; declare function useConfigSite(): IConfigsSiteContext | undefined; export { ConfigSiteProvider, useConfigSite };