import { GlobalConfig, GlobalContextConfig } from '../types/global-config';
type GlobalContextKeys = keyof GlobalContextConfig | "isSyncScroll";
export declare const filterContextProps: (props: GlobalConfig) => Omit<GlobalConfig, GlobalContextKeys>;
export {};