type ModSelectProps = { content: Array; className?: string; placeholder?: string; label?: string; }; export type { ModSelectProps };