import { WixDesignSystemProviderProps } from './WixDesignSystemProvider.types'; export declare const requiredProps: WixDesignSystemProviderProps; export declare const testkitTests: { title: string; props: WixDesignSystemProviderProps; }[]; export declare const ssrTests: { title: string; props: WixDesignSystemProviderProps; }[]; export declare const a11yTests: { title: string; props: WixDesignSystemProviderProps; }[]; //# sourceMappingURL=WixDesignSystemProvider.meta.d.ts.map