export type IInput = (props?) => JSX.Element; export type IState = unknown; export type ISelection = HTMLElement; export type IStore = HTMLElement; export type IWhenShape = any; export type IThenShape = any;