import React from 'react'; export default function SelectComponent({ key }: { key: string | undefined; }): React.JSX.Element;