import { default as React } from 'react'; import { SelectInputProps } from '../interface'; export declare const SelectInputComponent: ({ className, children }: SelectInputProps) => React.JSX.Element;