import type { FC } from 'react'; declare const TextSelect: FC<{ osx: boolean; }>; export default TextSelect; //# sourceMappingURL=TextSelect.d.ts.map