import React from "react"; import { type InputGroupProps, type InputProps } from "heroui-native"; export interface NInputGroupProps extends InputGroupProps { label?: string; prefix?: React.ReactNode; suffix?: React.ReactNode; containerClassName?: string; labelClassName?: string; inputProps?: InputProps; } export declare const NInputGroup: React.NamedExoticComponent; //# sourceMappingURL=NInputGroup.d.ts.map