/// import { Theme } from "../../../design-system"; import { WelcomeScreen } from "../screens/types"; /** * @internal */ export type ConnectModalInlineProps = { className?: string; theme?: "dark" | "light" | Theme; modalTitle?: string; modalTitleIconUrl?: string; style?: React.CSSProperties; modalSize?: "compact" | "wide"; termsOfServiceUrl?: string; privacyPolicyUrl?: string; welcomeScreen?: WelcomeScreen; showThirdwebBranding?: boolean; }; /** * @internal */ export declare const ConnectModalInline: (props: ConnectModalInlineProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ConnectModalInline.d.ts.map