export interface DialogProps { text: string; onClick?: () => void; }