import React from 'react'; import './SyncfusionStyles.scss'; interface ISyncfusionWrapperProps { children: React.ReactNode; licenseKey: string; } export declare function SyncFusionProvider({ children, licenseKey }: ISyncfusionWrapperProps): JSX.Element; export {};