import { type FC, type PropsWithChildren } from 'react';
export declare const SuiProvider: FC<PropsWithChildren>;
