import type { SelectInputProps } from './type';
export default function Select({ onChange, placeholder, items, size, value, required, style, color, variant, disabledForm, rightIcon, usePortal, portalContainer, onToogleOpen, ...props }: SelectInputProps): import("react/jsx-runtime").JSX.Element;
