import React from 'react';
export interface InputBlockLabelLabel {
}
declare const MemoInputBlockLabel: React.NamedExoticComponent<React.PropsWithChildren<InputBlockLabelLabel>>;
export default MemoInputBlockLabel;
