export interface ComponentsProps { close(): boolean; children: any; id?: string; }