import React from 'react'; export declare const NativeSelectInput: React.ForwardRefExoticComponent<{ className?: string | undefined; disabled?: boolean | undefined; IconComponent?: React.ElementType | undefined; multiple?: boolean | undefined; ownerState?: {} | undefined; } & React.HTMLAttributes & React.RefAttributes>; //# sourceMappingURL=NativeSelectInput.d.ts.map