import React, { ForwardRefRenderFunction } from 'react';
import { WebShortPasswordProps } from "../../types";
export declare const InternalShortPassword: ForwardRefRenderFunction<unknown, Partial<WebShortPasswordProps>>;
export declare const ShortPassword: React.ForwardRefExoticComponent<Partial<WebShortPasswordProps> & React.RefAttributes<unknown>>;
