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