import { SfSelectProps } from './types'; export default function SfSelect(props: SfSelectProps): import("react").JSX.Element;