import { Field } from '@ark-ui/react/field'; import type { ComponentProps } from 'react'; export type InputProps = ComponentProps; export declare const Input: import("styled-system/jsx").StyledComponent>, import("styled-system/recipes").InputVariantProps>; //# sourceMappingURL=Input.d.ts.map