import { type InputProps as RACInputProps } from 'react-aria-components'; import type { CommonProps } from '../../types.js'; interface InputProps extends CommonProps, Exclude { width?: 'fit-content' | 'full-width'; } export declare function Input(props: InputProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=input.d.ts.map