/// import { Versions } from './helpers/input/uuid'; import { type InputProps } from './helpers/input/types'; export interface InputUUIDProps extends InputProps { uuidVersion?: Versions; } export declare function InputUUID({ autocomplete, className, id, onChange, onBlur, onFocus, onMessage, placeholder, value, clearOnBlur, disabled, uuidVersion, invalidText, }: InputUUIDProps): JSX.Element;