import React from 'react'; import { WixDesignSystemProviderProps } from './WixDesignSystemProvider.types'; /** WixDesignSystemProvider */ declare const WixDesignSystemProvider: React.FC; export default WixDesignSystemProvider; //# sourceMappingURL=WixDesignSystemProvider.d.ts.map