export interface Props { [key: string]: any; } export interface PropsWithChildren extends Props { children: any; }