export interface DropdownProps { name: string; content: string; }