/// export interface Props { isInformationAccount?: boolean; isInformationAmount?: boolean; amount?: string; numberaccount?: string; } export declare const Cuenta: ({ isInformationAccount, isInformationAmount, }: Props) => JSX.Element; //# sourceMappingURL=Cuenta.d.ts.map