declare const _default: (props?: import("@pulsar/core/dist/types").Props | undefined) => import("@pulsar/core/dist/types").NamedStyles<{ root: any; error: { backgroundColor: any; borderColor: any; }; hovered: { borderColor: any; }; focused: { borderColor: any; }; disabled: { opacity: number; }; success: { borderColor: any; }; input: { width: string; paddingVertical: number; padding: number; fontSize: 16; color: any; }; icon: { position: "absolute"; left: number; color: any; }; iconActive: { color: any; }; withIcon: { paddingLeft: number; }; }>; export default _default;