export declare const styles: { safeArea: { flex: number; backgroundColor: string; }; container: { paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; homeTopBar: { alignItems: "center"; borderBottomColor: string; borderBottomWidth: number; flexDirection: "row"; minHeight: number; paddingHorizontal: number; paddingVertical: number; }; topBarSide: { alignItems: "center"; justifyContent: "center"; minWidth: number; }; topBarRight: { alignItems: "flex-end"; }; topBarTitleWrap: { alignItems: "center"; flex: number; justifyContent: "center"; minWidth: number; }; topBarTitle: { color: string; fontSize: number; fontWeight: "900"; letterSpacing: number; lineHeight: number; }; homeTitle: { color: string; fontFamily: "Wix Madefor Display" | "Wix Madefor Display App"; fontSize: number; fontWeight: "900"; letterSpacing: number; marginBottom: number; marginTop: number; textAlign: "center"; }; header: { alignItems: "center"; flexDirection: "row"; justifyContent: "space-between"; minHeight: number; paddingBottom: number; paddingTop: number; }; headerAccessory: { flexShrink: number; marginLeft: number; }; eyebrow: { color: string; fontSize: number; fontWeight: "800"; marginTop: number; }; title: { color: string; fontSize: number; fontWeight: "900"; letterSpacing: number; lineHeight: number; }; subtitle: { color: string; fontSize: number; fontWeight: "600"; lineHeight: number; marginTop: number; }; headerAvatar: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; height: number; justifyContent: "center"; width: number; }; loadingPanel: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; padding: number; }; heroPanel: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; overflow: "hidden"; padding: number; }; heroTopRow: { alignItems: "center"; flexDirection: "row"; justifyContent: "space-between"; marginBottom: number; }; heroLabel: { color: string; fontSize: number; fontWeight: "900"; textTransform: "uppercase"; }; agentCard: { alignItems: "flex-start"; flexDirection: "row"; }; avatar: { alignItems: "center"; height: number; justifyContent: "center"; width: number; }; avatarText: { color: string; fontSize: number; fontWeight: "900"; }; agentCardBody: { flex: number; marginLeft: number; minWidth: number; }; agentName: { color: string; fontSize: number; fontWeight: "900"; lineHeight: number; }; agentDescription: { color: string; fontSize: number; fontWeight: "600"; lineHeight: number; marginTop: number; }; chevron: { color: string; fontSize: number; fontWeight: "900"; }; agentMetaRow: { flexDirection: "row"; flexWrap: "wrap"; marginLeft: number; marginTop: number; }; agentMetaPill: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; marginRight: number; marginTop: number; paddingHorizontal: number; paddingVertical: number; }; agentMetaText: { color: string; fontSize: number; fontWeight: "800"; }; emptyPanel: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; padding: number; }; emptyTitle: { color: string; fontFamily: "Wix Madefor Display" | "Wix Madefor Display App"; fontSize: number; fontWeight: "900"; lineHeight: number; marginTop: number; }; emptyBody: { color: string; fontSize: number; fontWeight: "600"; lineHeight: number; marginTop: number; }; emptyChipRow: { flexDirection: "row"; flexWrap: "wrap"; marginTop: number; }; emptyChip: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; marginRight: number; marginTop: number; paddingHorizontal: number; paddingVertical: number; }; emptyChipText: { color: string; fontSize: number; fontWeight: "800"; }; primaryButton: { alignItems: "center"; backgroundColor: string; borderRadius: number; justifyContent: "center"; marginTop: number; minHeight: number; paddingHorizontal: number; }; primaryButtonText: { color: string; fontSize: number; fontWeight: "900"; }; heroContinueButton: { marginTop: number; }; secondaryButton: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; flexDirection: "row"; justifyContent: "center"; marginTop: number; minHeight: number; paddingHorizontal: number; }; secondaryButtonText: { color: string; fontSize: number; fontWeight: "900"; marginLeft: number; }; linkButton: { alignItems: "center"; justifyContent: "center"; marginTop: number; paddingVertical: number; }; linkButtonText: { color: string; fontSize: number; fontWeight: "900"; }; recentSection: { marginTop: number; }; sectionHeader: { alignItems: "center"; flexDirection: "row"; justifyContent: "space-between"; marginBottom: number; }; sectionTitle: { color: string; fontSize: number; fontWeight: "900"; }; sectionCount: { color: string; fontSize: number; fontWeight: "900"; }; agentRow: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; flexDirection: "row"; justifyContent: "space-between"; marginBottom: number; minHeight: number; paddingHorizontal: number; paddingVertical: number; }; agentRowBody: { flex: number; marginLeft: number; minWidth: number; }; agentRowName: { color: string; fontSize: number; fontWeight: "900"; }; agentRowDescription: { color: string; fontSize: number; fontWeight: "600"; lineHeight: number; marginTop: number; }; compactAvatar: { alignItems: "center"; height: number; justifyContent: "center"; width: number; }; cardHeaderRow: { alignItems: "center"; flexDirection: "row"; width: "100%"; }; cardAvatar: { alignItems: "center"; height: number; justifyContent: "center"; width: number; }; cardHeaderText: { flexShrink: number; marginLeft: number; minWidth: number; }; agentActiveTime: { color: string; fontSize: number; fontWeight: "600"; lineHeight: number; marginTop: number; }; messagePanel: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; marginTop: number; overflow: "hidden"; padding: number; width: "100%"; }; bubbleGroup: { marginTop: number; }; bubbleLabelRow: { alignItems: "center"; flexDirection: "row"; }; rowEnd: { justifyContent: "flex-end"; }; rowStart: { justifyContent: "flex-start"; }; bubbleLabel: { color: string; fontSize: number; lineHeight: number; marginHorizontal: number; }; bubbleLabelAgent: { fontWeight: "700"; }; bubbleLabelUser: { fontWeight: "600"; }; bubbleRow: { flexDirection: "row"; marginTop: number; }; bubbleRowUser: { paddingRight: number; }; bubbleRowAgent: { paddingLeft: number; }; bubble: { maxWidth: "88%"; paddingHorizontal: number; paddingVertical: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; assistantBubble: { backgroundColor: string; borderBottomLeftRadius: number; borderBottomRightRadius: number; borderTopLeftRadius: number; borderTopRightRadius: number; }; userBubble: { backgroundColor: string; borderBottomLeftRadius: number; borderBottomRightRadius: number; borderColor: string; borderTopLeftRadius: number; borderTopRightRadius: number; borderWidth: number; }; bubbleText: { color: string; fontSize: number; lineHeight: number; }; continueButton: { alignItems: "center"; alignSelf: "center"; backgroundColor: string; borderRadius: number; flexDirection: "row"; justifyContent: "center"; marginTop: number; paddingHorizontal: number; paddingVertical: number; }; continueButtonText: { color: string; fontSize: number; fontWeight: "700"; marginRight: number; }; createRow: { alignItems: "center"; flexDirection: "row"; justifyContent: "center"; marginTop: number; }; orText: { color: string; fontSize: number; fontWeight: "600"; marginRight: number; }; createLinkText: { color: string; fontSize: number; fontWeight: "600"; textDecorationLine: "underline"; }; recentHeader: { alignItems: "center"; flexDirection: "row"; justifyContent: "space-between"; marginBottom: number; paddingHorizontal: number; }; recentHeading: { color: string; fontSize: number; fontWeight: "800"; letterSpacing: number; }; recentScrollContent: { paddingRight: number; }; recentCard: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; flexDirection: "row"; height: number; marginRight: number; paddingHorizontal: number; width: number; }; recentCardBody: { flex: number; marginLeft: number; minWidth: number; }; recentCardName: { color: string; fontSize: number; fontWeight: "800"; letterSpacing: number; }; recentCardTime: { color: string; fontSize: number; fontWeight: "600"; marginTop: number; }; screenTitle: { color: string; fontFamily: "Wix Madefor Display" | "Wix Madefor Display App"; fontSize: number; fontWeight: "800"; letterSpacing: number; paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; homeSafeArea: { flex: number; }; chatListScroll: { flex: number; }; chatListContent: { paddingBottom: number; paddingTop: number; }; cardPressed: { opacity: number; }; chipsBar: { paddingBottom: number; paddingTop: number; }; chipsContent: { gap: number; paddingHorizontal: number; }; folderChip: { alignItems: "center"; borderRadius: number; justifyContent: "center"; minHeight: number; paddingHorizontal: number; paddingVertical: number; }; folderChipUnselected: { backgroundColor: string; }; folderChipSelected: { backgroundColor: string; }; folderChipText: { color: string; fontSize: number; fontWeight: "500"; letterSpacing: number; }; folderChipTextSelected: { color: string; }; convRow: { alignItems: "center"; backgroundColor: string; flexDirection: "row"; paddingLeft: number; }; convRowPressed: { backgroundColor: string; }; convAvatar: { alignItems: "center"; height: number; justifyContent: "center"; width: number; }; convBody: { borderBottomColor: string; borderBottomWidth: number; flex: number; marginLeft: number; paddingRight: number; paddingVertical: number; }; convTopLine: { alignItems: "center"; flexDirection: "row"; justifyContent: "space-between"; }; convName: { color: string; flexShrink: number; fontSize: number; fontWeight: "700"; letterSpacing: number; marginRight: number; }; convTime: { color: string; fontSize: number; fontWeight: "500"; }; convSnippet: { color: string; fontSize: number; fontWeight: "500"; lineHeight: number; marginTop: number; }; createAgentRow: { alignItems: "center"; backgroundColor: string; flexDirection: "row"; paddingLeft: number; paddingVertical: number; marginBottom: number; }; createAgentRowIcon: { alignItems: "center"; backgroundColor: string; borderRadius: number; height: number; justifyContent: "center"; width: number; }; createAgentRowBody: { flex: number; marginLeft: number; minWidth: number; }; createAgentRowTitle: { color: string; fontSize: number; fontWeight: "700"; letterSpacing: number; }; createAgentRowSubtitle: { color: string; fontSize: number; fontWeight: "500"; marginTop: number; }; sheetRoot: { flex: number; justifyContent: "flex-end"; }; sheetBackdrop: { backgroundColor: string; bottom: number; left: number; position: "absolute"; right: number; top: number; }; sheetPanel: { backgroundColor: string; borderTopLeftRadius: number; borderTopRightRadius: number; paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; sheetHandle: { alignSelf: "center"; backgroundColor: string; borderRadius: number; height: number; marginBottom: number; width: number; }; sheetTitle: { color: string; fontSize: number; fontWeight: "700"; paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; sheetAction: { alignItems: "center"; borderRadius: number; flexDirection: "row"; paddingHorizontal: number; paddingVertical: number; }; sheetRowPressed: { backgroundColor: string; }; sheetActionIcon: { alignItems: "center"; justifyContent: "center"; marginRight: number; width: number; }; sheetActionLabel: { color: string; fontSize: number; fontWeight: "700"; }; sheetActionDestructive: { color: string; }; sheetCancel: { alignItems: "center"; borderRadius: number; marginTop: number; paddingVertical: number; }; sheetCancelText: { color: string; fontSize: number; fontWeight: "800"; }; confirmBackdrop: { alignItems: "center"; backgroundColor: string; flex: number; justifyContent: "center"; padding: number; }; confirmCard: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; maxWidth: number; padding: number; width: "100%"; }; confirmTitle: { color: string; fontSize: number; fontWeight: "900"; letterSpacing: number; }; confirmBody: { color: string; fontSize: number; fontWeight: "600"; lineHeight: number; marginTop: number; }; confirmButtons: { flexDirection: "row"; justifyContent: "flex-end"; marginTop: number; }; confirmBtn: { alignItems: "center"; borderRadius: number; justifyContent: "center"; minHeight: number; minWidth: number; paddingHorizontal: number; }; confirmBtnCancel: { backgroundColor: string; marginRight: number; }; confirmBtnCancelText: { color: string; fontSize: number; fontWeight: "800"; }; confirmBtnDanger: { backgroundColor: string; }; confirmBtnPrimary: { backgroundColor: string; }; confirmBtnConfirmText: { fontSize: number; fontWeight: "800"; }; chatEmptyWrap: { alignItems: "center"; flex: number; justifyContent: "center"; padding: number; }; chatEmptyHint: { color: string; fontSize: number; fontWeight: "600"; marginTop: number; paddingHorizontal: number; textAlign: "center"; }; heroScreenBg: { backgroundColor: string; }; heroBlock: { alignItems: "center"; justifyContent: "center"; paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; heroTitleBlock: { alignItems: "center"; marginBottom: number; }; heroTitleLine: { alignItems: "center"; flexDirection: "row"; flexWrap: "wrap"; justifyContent: "center"; }; heroTitleText: { color: string; fontFamily: "Wix Madefor Display" | "Wix Madefor Display App"; fontSize: number; fontWeight: "800"; letterSpacing: number; lineHeight: number; textAlign: "center"; }; heroAccentText: { color: string; fontFamily: "Wix Madefor Display" | "Wix Madefor Display App"; fontSize: number; fontWeight: "800"; letterSpacing: number; lineHeight: number; }; heroSphere: { marginRight: number; }; heroComposer: { backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; paddingBottom: number; paddingHorizontal: number; paddingTop: number; width: "100%"; }; heroComposerInput: { color: string; fontSize: number; fontWeight: "400"; lineHeight: number; minHeight: number; textAlignVertical: "top"; }; composerConnectorRow: { flexDirection: "row"; flexWrap: "wrap"; gap: number; marginBottom: number; }; composerConnectorChip: { alignItems: "center"; backgroundColor: string; borderColor: string; borderRadius: number; borderWidth: number; flexDirection: "row"; gap: number; paddingLeft: number; paddingRight: number; paddingVertical: number; }; composerConnectorName: { color: string; fontSize: number; fontWeight: "600"; letterSpacing: number; maxWidth: number; }; heroComposerRow: { alignItems: "center"; flexDirection: "row"; justifyContent: "flex-end"; marginTop: number; }; heroSendButton: { alignItems: "center"; backgroundColor: string; borderRadius: number; height: number; justifyContent: "center"; width: number; }; heroSendButtonDisabled: { opacity: number; }; heroIdeasLabel: { color: string; fontSize: number; fontWeight: "500"; marginBottom: number; marginTop: number; paddingHorizontal: number; textAlign: "center"; }; topBar: { paddingHorizontal: number; }; topBarRow: { alignItems: "center"; flexDirection: "row"; height: number; justifyContent: "center"; }; ideasSection: { backgroundColor: string; borderBottomColor: string; borderBottomWidth: number; borderTopColor: string; borderTopWidth: number; marginTop: number; }; ideaCategoryContent: { paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; ideaList: { paddingBottom: number; paddingHorizontal: number; paddingTop: number; }; ideaRow: { borderBottomColor: string; borderBottomWidth: number; paddingVertical: number; }; ideaRowTitle: { color: string; fontSize: number; fontWeight: "700"; letterSpacing: number; }; ideaRowDescription: { color: string; fontSize: number; fontWeight: "400"; lineHeight: number; marginTop: number; }; ideaCardIconRow: { flexDirection: "row"; gap: number; marginTop: number; }; ideaCardIcon: { borderRadius: number; overflow: "hidden"; }; placeholder: { flex: number; padding: number; }; backButton: { alignSelf: "flex-start"; marginBottom: number; paddingVertical: number; }; backButtonText: { color: string; fontSize: number; fontWeight: "700"; }; helperText: { color: string; fontSize: number; fontWeight: "700"; lineHeight: number; marginTop: number; }; pressed: { opacity: number; }; }; //# sourceMappingURL=styles.d.ts.map