import { Label } from "./label.component";
import { TextInput } from "./input.directive";
declare class InputModule {
}
export { TextInput, Label, InputModule };
