/// interface Props { typeAccount?: string; numberAccount?: string; } export declare const CuentaMin: ({ typeAccount, numberAccount }: Props) => JSX.Element; export {}; //# sourceMappingURL=CuentaMin.d.ts.map