export declare const singleSelectChipStaticStyles: { chipWrapper: { display: "flex"; position: "relative"; alignItems: "center"; flexWrap: "wrap"; borderRadius: 8; alignSelf: "flex-start"; rowGap: 12; columnGap: 12; }; promptBoxStyles: { display: "flex"; alignItems: "center"; marginTop: 8; marginLeft: 12; }; promptIconStyles: { display: "flex"; justifyContent: "center"; alignItems: "center"; height: 16; width: 16; paddingRight: 4; }; chipLabelStyles: { paddingVertical: number; paddingHorizontal: number; }; chipRootStyles: { borderRadius: number; paddingVertical: 6; paddingHorizontal: 8; borderWidth: number; }; chipBoxShadow: { shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; elevation: number; borderWidth: number; }; }; //# sourceMappingURL=style.d.ts.map