import { Label } from './label.component';
import { TextInput } from './input.directive';
import { TextArea } from './text-area.directive';
declare class InputModule {
}
export { TextInput, TextArea, Label, InputModule };
