export interface IProps { className?: string } export interface IState { // state }