/** * External dependencies */ import type { Ref } from 'react'; import type { InputBaseProps } from './types'; export declare function InputBase({ __unstableInputWidth, children, className, disabled, hideLabelFromVision, labelPosition, id: idProp, isFocused, label, prefix, size, suffix, ...props }: InputBaseProps, ref: Ref): JSX.Element; declare const _default: import("react").ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=input-base.d.ts.map