// @ts-ignore import * as React from 'react'; export interface ComponentProps { ref?: React.Ref<{ [ p: string ]: any }>; children?: React.ReactNode; }