export const DesignSystemContext: React.Context<{}>; export function DesignSystemProvider({ children }: { children: any; }): import("react/jsx-runtime").JSX.Element; import React from 'react';