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