import React from 'react';
import { InputProps } from './input.interface';
/**
 * An wrapper component for an input, it holds the label and description
 */
export declare const InputWrapper: React.FC<InputProps>;
