import { FormRenderProps, VariantProps } from '../../../utils'; declare const SingleSelect: ({ props, variant }: { props: FormRenderProps; variant: VariantProps; }) => import("react/jsx-runtime").JSX.Element; export default SingleSelect;