import React from 'react';
import { InputProps, InputImperativeActions } from './Input.types';
export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<InputImperativeActions>>;
declare const _default: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<InputImperativeActions>> & {
    Ticker: {
        ({ onUp, onDown, upDisabled, downDisabled, onMouseDown, dataHook, }: {
            onUp?: React.MouseEventHandler<HTMLElement>;
            onDown?: React.MouseEventHandler<HTMLElement>;
            upDisabled?: boolean;
            downDisabled?: boolean;
            onMouseDown?: React.MouseEventHandler<HTMLElement>;
            dataHook?: string;
        }): React.JSX.Element;
        displayName: string;
    };
    IconAffix: {
        ({ children, dataHook, }: {
            children?: React.ReactNode;
            dataHook?: string;
        }): React.JSX.Element;
        displayName: string;
    };
    Affix: {
        ({ children, value, }: {
            children?: React.ReactNode;
            value?: string;
        }): React.JSX.Element;
        displayName: string;
    };
    Group: {
        ({ children }: {
            children?: React.ReactNode;
        }): React.JSX.Element;
        displayName: string;
    };
    StatusError: "error";
    StatusWarning: "warning";
    StatusLoading: "loading";
};
export default _default;
//# sourceMappingURL=Input.d.ts.map