import React from 'react';
export default function ConfigPrinter({ showPassword }: {
    showPassword?: boolean | undefined;
}): React.JSX.Element;
