import React from 'react'; import { PropsWithJsxAttributes } from '../../../utils/types/PropsWithJsxAttributes'; type FieldInputProps = PropsWithJsxAttributes<{ children?: React.ReactNode; }, 'input'>; export declare const SelectInput: React.ForwardRefExoticComponent & React.RefAttributes>; export {};