type Props = { colorSet?: {}; theme?: string; children: any; }; export default function MinChatUiProvider({ colorSet, children, theme }: Props): import("react/jsx-runtime").JSX.Element; export {};