import React from 'react'; declare type Props = { children: any; }; export declare const DesignSystemProvider: React.FC; export {};