import type { ComponentProps } from '../../styled-system/types'; export type InputProps = ComponentProps; export declare const Input: import("../../styled-system/types").StyledComponent, HTMLInputElement>, "ref"> & { ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject | null | undefined; } & import("@ark-ui/react").PolymorphicProps>, import("../../styled-system/recipes").InputVariantProps>;