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