declare const _default: (props?: import("@pulsar/core/dist/types").Props | undefined) => import("@pulsar/core/dist/types").NamedStyles<{ root: { backgroundColor: any; borderRadius: 8 | 10; overflow: "hidden"; flexDirection: "row"; alignItems: "center"; paddingLeft: 12; }; rootPaddingRight: { paddingRight: 8; }; input: { fontSize: 16; lineHeight: 20; backgroundColor: any; height: number; flexGrow: number; flexShrink: number; }; icon: { color: any; marginRight: 8; }; button: { color: any; height: number; width: number; justifyContent: "center"; alignItems: "center"; }; }>; export default _default;