/// <reference types="react" />
export interface IInputProps {
}
export declare class AtInput {
    render(): JSX.Element;
}
