import React from 'react'; export interface InputTextLikeProps extends React.ComponentPropsWithoutRef<'input'> { ariaLabel: string; } export declare const InputTextLike: React.ForwardRefExoticComponent>;