import { FC } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; type Props = { title?: string; }; declare const SelectTitle: FC; export default SelectTitle; //# sourceMappingURL=select-title.d.ts.map