import React from 'react'; export interface InputLabel { isRight?: boolean; } declare const MemoInputLabel: React.NamedExoticComponent>; export default MemoInputLabel;