import React from 'react';
declare type NativeAttrs = React.LabelHTMLAttributes<any>;
declare const MemoInputBlockLabel: React.NamedExoticComponent<React.PropsWithChildren<NativeAttrs>>;
export default MemoInputBlockLabel;
