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