import type { ElementType, ForwardedRef, ReactNode } from 'react'; import type { InputFormState } from '../../utils/form'; import type { InputIconProps } from '../InputIcon'; interface StyledInputTextComponentBaseProps { disabled?: boolean; className?: string; } export interface StyledInputTextProps
{ as: ElementType
;
asRef?: ForwardedRef ({ as, asRef, disabled, icon, state, width, onIconClicked, ...props }: StyledInputTextProps & P): ReactNode;
export {};
//# sourceMappingURL=StyledInputText.d.ts.map