import { Text } from "./Text" export interface Option { text: Text value: string description?: Text url?: string }