import type { ComponentClass, ForwardedRef, Component } from 'react'; import { PickerProps, RangePickerProps } from '.'; export interface CommonPickerMethods { focus: () => void; blur: () => void; } export interface PickerComponentClass
extends ComponentClass
{
new (...args: ConstructorParameters = ForwardedRef