import { FC } from "react"; type TLabelExistingSelect = {}; export const LabelExistingSelect: FC = (props) => { const {} = props; return <>; };